|
Operations |
| void | send_post (const CL_StringRef8 &url, const CL_StringRef8 &header_lines, const CL_DataBuffer &post_data, bool use_http_10=false) |
| void | send_get (const CL_StringRef8 &url, const CL_StringRef8 &header_lines, bool use_http_10=false) |
| int | receive_response (CL_String8 &out_status_text, CL_String8 &out_header_lines, CL_DataBuffer &out_data) |
| int | receive_response (CL_String8 &out_status_text, CL_String8 &out_header_lines, CL_IODevice &out_data) |
| static CL_StringRef8 | get_header_value (const CL_StringRef8 &name, const CL_StringRef8 &header_lines) |
Public Member Functions |
|
| | CL_HTTPClientConnection () |
| | CL_HTTPClientConnection (const CL_SocketName &remote) |
| | Constructs a HTTPClientConnection.
|
| | CL_HTTPClientConnection (const CL_SocketName &remote, const CL_SocketName &local) |
| | Constructs a HTTPClientConnection.
|
| | ~CL_HTTPClientConnection () |