Initialize an empty HTTP request
| 35 | public: |
| 36 | //! Initialize an empty HTTP request |
| 37 | HTTPRequest() { Clear(); } |
| 38 | //! Initialize a new HTTP request with a given method, URL and protocol |
| 39 | /*! |
| 40 | \param method - HTTP method |
nothing calls this directly
no outgoing calls
no test coverage detected