httpxx 0.1
Streaming HTTP Parser for C++
|
Functions | |
static const Method | http::Method::del () |
Delete the resource. | |
static const Method | http::Method::get () |
Fetch the resource. | |
static const Method | http::Method::head () |
Like GET, but don't send a response body (headers only). | |
static const Method | http::Method::post () |
Submit information about the resource. | |
static const Method | http::Method::put () |
Replace the resource. | |
static const Method | http::Method::patch () |
Partially update the resource (RFC 5789). |
const Method http::Method::patch | ( | ) | [static, inherited] |
Partially update the resource (RFC 5789).
Definition at line 133 of file Method.cpp.
const Method http::Method::post | ( | ) | [static, inherited] |
Submit information about the resource.
Definition at line 33 of file Method.cpp.
const Method http::Method::put | ( | ) | [static, inherited] |