mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Update http_request.h
CamelCase changed to snake_case
This commit is contained in:
parent
6661e02158
commit
0f2b231448
@ -31,7 +31,7 @@ namespace crow
|
||||
query_string url_params; ///< The parameters associated with the request. (everything after the `?`)
|
||||
ci_map headers;
|
||||
std::string body;
|
||||
std::string remoteIpAddress; ///< The IP address from which the request was sent.
|
||||
std::string remote_ip_address; ///< The IP address from which the request was sent.
|
||||
|
||||
void* middleware_context{};
|
||||
boost::asio::io_service* io_service{};
|
||||
|
Loading…
Reference in New Issue
Block a user