0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
James Yonan
fb753bc008 In HTTP::Request (request.hpp), added at_least_http_1_1()
method.
2015-09-02 03:12:42 -07:00
James Yonan
cbea1175ff Added HTTP::Request::to_string_compact() method. 2015-06-01 14:50:51 -06:00
James Yonan
9684fbddd7 Added HTTP ReplyType and RequestType typedef containers. 2015-04-09 00:22:27 -06:00
James Yonan
0648246385 Fixed bug/typo in HTTP::Request::to_string() where formatted
URI was wrong.  This code is normally only used for debugging.
2015-03-19 14:00:02 -06:00
James Yonan
c2c7292a70 Updated copyright to 2015. 2015-01-06 12:56:21 -07:00
James Yonan
2c6d972ad6 Added AGPL copyright/licensing language. 2014-07-20 21:22:06 -06:00
James Yonan
4d9a751af2 Added head comments to all source files.
Minor reorganization of unicode code.
2012-11-23 06:18:43 +00:00
James Yonan
3ca3a857bd Initial HTTP proxy implementation in core, with support for
non-authenticated proxies and Basic Auth.

Includes new PROXY_ERROR and PROXY_NEED_CREDS events.

Still to do: Digest and NTLM auth.
2012-10-24 06:38:20 +00:00