Menu

Code Commit Log


Commit Date  
[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
[r59] by mikhail_beris

Using Boost.Range for iterator ranges instead of a plain pair of integers.

2008-08-12 06:50:55 Tree
[r58] by glynos

Initial documentation import.

2008-08-11 19:52:54 Tree
[r57] by glynos

Creating branch for documentation changes.

2008-08-11 19:44:27 Tree
[r56] by mikhail_beris

Adding simple HTTP client example and Jamfile.

2008-08-11 17:04:47 Tree
[r55] by mikhail_beris

Further refactoring of HTTP client that now exposes three new API calls: PUT, DELETE, and POST.

2008-08-11 07:36:04 Tree
[r54] by mikhail_beris

Refactoring HTTP Client internals and added 'head' support.

2008-08-11 06:25:40 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.