| 267 | } |
| 268 | |
| 269 | void SetKeepAlive(unsigned int secs) { _keep_alive = secs; } |
| 270 | void SetUserAgent(const std::string &s) { _user_agent = s; } |
| 271 | void SetAcceptEncoding(const std::string& s) { _accept_encoding = s; } |
| 272 | void SetFollowRedirect(bool follow) { _followRedir = follow; } |