#include <http_request.h>
◆ request() [1/2]
| crow::request::request |
( |
| ) |
|
|
inline |
◆ request() [2/2]
| crow::request::request |
( |
HTTPMethod |
method, |
|
|
std::string |
raw_url, |
|
|
std::string |
url, |
|
|
query_string |
url_params, |
|
|
ci_map |
headers, |
|
|
std::string |
body |
|
) |
| |
|
inline |
◆ add_header()
| void crow::request::add_header |
( |
std::string |
key, |
|
|
std::string |
value |
|
) |
| |
|
inline |
◆ dispatch()
template<typename CompletionHandler >
| void crow::request::dispatch |
( |
CompletionHandler |
handler | ) |
|
|
inline |
◆ get_header_value()
| const std::string& crow::request::get_header_value |
( |
const std::string & |
key | ) |
const |
|
inline |
◆ post()
template<typename CompletionHandler >
| void crow::request::post |
( |
CompletionHandler |
handler | ) |
|
|
inline |
◆ body
| std::string crow::request::body |
◆ headers
◆ io_service
| boost::asio::io_service* crow::request::io_service {} |
◆ method
◆ middleware_context
| void* crow::request::middleware_context {} |
◆ raw_url
| std::string crow::request::raw_url |
◆ url
| std::string crow::request::url |
◆ url_params
The documentation for this struct was generated from the following file: