Menu

Code Commit Log


Commit Date  
[r93] by kimgrasman

- Added cgisupport.py, which contains http_headers class, which parses a string containing all headers and exposes them as a dictionary
- Renamed echo_form.py -> echo_body.py
- Polished POST tests

2008-09-12 16:45:25 Tree
[r92] by kimgrasman

NEW: Tests of client POST functionality
NEW: CGI Python scripts to support POST tests
FIX: http_test_server.hpp now launches correct Python script on Windows as well
MOD: http_test_server.py now simply forwards all headers in an env var called HTTP_ALL_HEADERS as a simple string. Breaks the CGI abstraction, but preserves even custom headers.

2008-09-10 14:40:30 Tree
[r91] by kimgrasman

Suppressed secure SCL warnings

2008-09-10 05:24:37 Tree
[r90] by allisterx

More HTTP headers!

2008-09-10 05:05:07 Tree
[r89] by allisterx

Added a new, more complete HTTP test python server.
Added example on how get the new HTTP headers.

2008-09-09 21:53:57 Tree
[r88] by allisterx

Added copyright for Boost compliance and removed unnecessary include.

2008-09-09 17:17:56 Tree
[r87] by mikhail_beris

Fixing http_test_server.hpp to remove double patching result (oops).
Fixing http_test_server.hpp to not define the server_child member variable inline.
Fixing signedness comparison bug(s) in localhost_tests.cpp that show up with GCC.

2008-09-08 05:43:38 Tree
[r86] by mikhail_beris

Patch from Kim Grasman to mark expected failures from localhost_tests.cpp and factoring out http_test_server implementation to its own file.

2008-09-08 05:13:49 Tree
[r85] by divye

1 line commit that allows the cgi app to return the headers requested by a client.

Note: This also suffers from bugs in implementation. Notably, the use of a default content-type header for the request.

2008-09-05 11:46:28 Tree
[r84] by mikhail_beris

Fixing bug which causes infinite loop in processing user-provided headers in http::client::create_request.

2008-09-03 14:34:13 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.