Menu

Code Commit Log


Commit Date  
[r69] by mikhail_beris

Adding swap and copy support (and tests) to http::request and http::response.

2008-08-19 10:14:46 Tree
[r68] by mikhail_beris

Adding swap support for network::message.

2008-08-19 09:22:28 Tree
[r67] by mikhail_beris

Simplifying message interface, removing mutable and const methods, adding unit test for copy construction, and setting the default path to '/' in case the URI is not explicitly defined in the http::request constructor - (ex. 'http://boost.org/' instead of 'http://boost.org/').

2008-08-19 06:06:10 Tree
[r66] by glynos

Refactored message declaration to message_fwd.hpp; Updated most files so that they now compile when using gcc's pedantic flag.

2008-08-17 15:22:56 Tree
[r65] by mikhail_beris

Adding support for multi-line header responses.

2008-08-15 02:22:04 Tree
[r64] by mikhail_beris

Adding remove_header directive implementation.

Note: Explore using CRTP/PBCP to directives and hide the message interface from the public?

2008-08-14 10:30:37 Tree
[r63] by mikhail_beris

Adding default User-Agent header in case a User-Agent header doesn't already exist in the request object. I also moved the test for the correct construction of an http request to http_message_test.cpp from http_1_0_test.cpp.

Note: No unit test implemented for this feature; should be doable in the Python CGI script.

2008-08-14 09:15:56 Tree
[r62] by glynos

Updated documentation.

2008-08-12 19:12:30 Tree
[r61] by mikhail_beris

Fixes for building on GCC 4.2.3 in Ubuntu.

2008-08-12 09:15:47 Tree
[r60] by mikhail_beris

Changes
- Using correct string traits to get the correct type for the string to use based on the tag.
- Using safe(r) string processing methods for handling header lines from the HTTP response.
- basic_response<> now contains version(), status(), and status_message().

TODO:
- multi-line headers processing
- multi-part message posting
- change from multi-map to vector to preserve request header ordering?

2008-08-12 08:08:25 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.