Module: RSocks::HttpProxyResponseCodes
- Defined in:
- lib/r_socks/http_proxy_response_codes.rb
Constant Summary collapse
- SUCCESS =
"HTTP/1.1 200 OK\r\n\r\n"
- FAILED_AUTH =
"HTTP/1.1 401 Unauthorized\r\n\r\n"
"HTTP/1.1 200 OK\r\n\r\n"
"HTTP/1.1 401 Unauthorized\r\n\r\n"