Menu

Commit [r35]  Maximize  Restore  History

Changes:

+ Making changes to the HTTP traits mechanism, breaking it up to chunk sized pieces.
* Change directive dispatching mechanism to be more generic, can apply anonymous functors on basic_message<> specializations
+ Implement rudimentary unit test to make sure the http::message can be instantiated.

mikhail_beris 2008-04-16

1 2 > >> (Page 1 of 2)
changed /branches/http_integration/boost/network/message/directives.hpp
changed /branches/http_integration/boost/network/message/directives/body.hpp
changed /branches/http_integration/boost/network/message/directives/header.hpp
changed /branches/http_integration/boost/network/protocol/http/client.hpp
changed /branches/http_integration/boost/network/protocol/http/impl/message.ipp
changed /branches/http_integration/boost/network/protocol/http/impl/request.hpp
changed /branches/http_integration/boost/network/protocol/http/message.hpp
changed /branches/http_integration/boost/network/protocol/http/request.hpp
changed /branches/http_integration/boost/network/protocol/http/response.hpp
added /branches/http_integration/boost/network/protocol/http/tags.hpp
added /branches/http_integration/boost/network/protocol/http/traits
changed /branches/http_integration/boost/network/protocol/http/traits.hpp
added /branches/http_integration/boost/network/protocol/http/traits/impl
added /branches/http_integration/boost/network/protocol/http/traits/impl/chunk_cache.ipp
added /branches/http_integration/boost/network/protocol/http/traits/impl/content.ipp
added /branches/http_integration/boost/network/protocol/http/traits/impl/cookies_container.ipp
added /branches/http_integration/boost/network/protocol/http/traits/impl/delimiters.ipp
added /branches/http_integration/boost/network/protocol/http/traits/impl/headers.ipp
added /branches/http_integration/boost/network/protocol/http/traits/impl/headers_container.ipp
added /branches/http_integration/boost/network/protocol/http/traits/impl/query_container.ipp
added /branches/http_integration/boost/network/protocol/http/traits/impl/request_methods.ipp
added /branches/http_integration/boost/network/protocol/http/traits/impl/response_code.ipp
added /branches/http_integration/boost/network/protocol/http/traits/impl/response_message.ipp
added /branches/http_integration/boost/network/protocol/http/traits/message_traits.hpp
added /branches/http_integration/boost/network/protocol/http/traits/parser_traits.hpp
/branches/http_integration/boost/network/message/directives.hpp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/message/directives/body.hpp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/message/directives/header.hpp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/protocol/http/client.hpp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/protocol/http/impl/message.ipp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/protocol/http/impl/request.hpp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/protocol/http/message.hpp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/protocol/http/request.hpp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/protocol/http/response.hpp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/protocol/http/tags.hpp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/protocol/http/traits.hpp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/protocol/http/traits/impl/chunk_cache.ipp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/protocol/http/traits/impl/content.ipp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/protocol/http/traits/impl/cookies_container.ipp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/protocol/http/traits/impl/delimiters.ipp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/protocol/http/traits/impl/headers.ipp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/protocol/http/traits/impl/headers_container.ipp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/protocol/http/traits/impl/query_container.ipp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/protocol/http/traits/impl/request_methods.ipp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/protocol/http/traits/impl/response_code.ipp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/protocol/http/traits/impl/response_message.ipp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/protocol/http/traits/message_traits.hpp Diff Switch to side-by-side view
Loading...
/branches/http_integration/boost/network/protocol/http/traits/parser_traits.hpp Diff Switch to side-by-side view
Loading...
1 2 > >> (Page 1 of 2)
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.