Update http_request.h

CamelCase changed to snake_case
This commit is contained in:
Himanshu 2021-08-14 18:01:19 +05:30 committed by GitHub
parent 6661e02158
commit 0f2b231448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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{};