| 185 | |
| 186 | |
| 187 | void HTTPRequest::setProxyCredentials(const std::string& scheme, const std::string& authInfo) |
| 188 | { |
| 189 | setCredentials(PROXY_AUTHORIZATION, scheme, authInfo); |
| 190 | } |
| 191 | |
| 192 | |
| 193 | void HTTPRequest::write(std::ostream& ostr) const |
no outgoing calls
no test coverage detected