~sque/liboonet/trunk

« back to all changes in this revision

Viewing changes to oonet/http/request.hpp

  • Committer: user
  • Date: 2008-07-22 12:11:52 UTC
  • Revision ID: user@user-desktop-20080722121152-eo66adk8v7tg5ols
linux compilation:
 * fix warning at end of file
 * update codeblock script files

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
                        //! Constructor
56
56
                        inline request()
57
57
                :m_req_method(REQUEST_GET),
58
 
                m_uri("/"),
59
 
                m_http_version(constants::http_ver1_1.as_binary_data)
 
58
                m_http_version(constants::http_ver1_1.as_binary_data),
 
59
                m_uri("/")
60
60
            {}
61
61
 
62
62
                        //! Copy constructor