Menu

Commit [r214]  Maximize  Restore  History

Public debut of header-only HTTP Server template implementation, based on Boost.Asio HTTP Server 3 example; removing HTTP specific traits implementation, removing duplication and moving to network/traits level.

mikhail_beris 2009-12-04

1 2 3 > >> (Page 1 of 3)
changed /branches/http-server/boost/network/protocol/http/client.hpp
changed /branches/http-server/boost/network/protocol/http/client_fwd.hpp
added /branches/http-server/boost/network/protocol/http/connection.hpp
changed /branches/http-server/boost/network/protocol/http/errors.hpp
added /branches/http-server/boost/network/protocol/http/header.hpp
changed /branches/http-server/boost/network/protocol/http/impl/request.hpp
added /branches/http-server/boost/network/protocol/http/impl/request_parser.ipp
changed /branches/http-server/boost/network/protocol/http/message.hpp
added /branches/http-server/boost/network/protocol/http/reply.hpp
changed /branches/http-server/boost/network/protocol/http/request.hpp
added /branches/http-server/boost/network/protocol/http/request_parser.hpp
changed /branches/http-server/boost/network/protocol/http/response.hpp
added /branches/http-server/boost/network/protocol/http/server
added /branches/http-server/boost/network/protocol/http/server.hpp
added /branches/http-server/boost/network/protocol/http/server/request.hpp
removed /branches/http-server/boost/network/protocol/http/tags.hpp
changed /branches/http-server/boost/network/protocol/http/traits/impl/chunk_cache.ipp
changed /branches/http-server/boost/network/protocol/http/traits/impl/content.ipp
changed /branches/http-server/boost/network/protocol/http/traits/impl/cookie_name.ipp
changed /branches/http-server/boost/network/protocol/http/traits/impl/cookie_value.ipp
changed /branches/http-server/boost/network/protocol/http/traits/impl/cookies_container.ipp
changed /branches/http-server/boost/network/protocol/http/traits/impl/delimiters.ipp
changed /branches/http-server/boost/network/protocol/http/traits/impl/header_name.ipp
changed /branches/http-server/boost/network/protocol/http/traits/impl/header_value.ipp
changed /branches/http-server/boost/network/protocol/http/traits/impl/headers.ipp
/branches/http-server/boost/network/protocol/http/client.hpp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/client_fwd.hpp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/connection.hpp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/errors.hpp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/header.hpp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/impl/request.hpp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/impl/request_parser.ipp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/message.hpp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/reply.hpp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/request.hpp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/request_parser.hpp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/response.hpp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/server.hpp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/server/request.hpp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/traits/impl/chunk_cache.ipp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/traits/impl/content.ipp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/traits/impl/cookie_name.ipp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/traits/impl/cookie_value.ipp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/traits/impl/cookies_container.ipp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/traits/impl/delimiters.ipp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/traits/impl/header_name.ipp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/traits/impl/header_value.ipp Diff Switch to side-by-side view
Loading...
/branches/http-server/boost/network/protocol/http/traits/impl/headers.ipp Diff Switch to side-by-side view
Loading...
1 2 3 > >> (Page 1 of 3)
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.