userver: utest::HttpServerMock::HttpRequest Struct Reference
Loading...
Searching...
No Matches
utest::HttpServerMock::HttpRequest Struct Reference

Detailed Description

Definition at line 17 of file http_server_mock.hpp.

+ Collaboration diagram for utest::HttpServerMock::HttpRequest:

Public Attributes

clients::http::HttpMethod method {clients::http::HttpMethod::kGet}
 
std::string path
 
std::unordered_map< std::string, std::string > query
 
clients::http::Headers headers
 
std::string body
 

Member Data Documentation

◆ body

std::string utest::HttpServerMock::HttpRequest::body

Definition at line 23 of file http_server_mock.hpp.

◆ headers

clients::http::Headers utest::HttpServerMock::HttpRequest::headers

Definition at line 22 of file http_server_mock.hpp.

◆ method

clients::http::HttpMethod utest::HttpServerMock::HttpRequest::method {clients::http::HttpMethod::kGet}

Definition at line 18 of file http_server_mock.hpp.

◆ path

std::string utest::HttpServerMock::HttpRequest::path

Definition at line 19 of file http_server_mock.hpp.

◆ query

std::unordered_map<std::string, std::string> utest::HttpServerMock::HttpRequest::query

Definition at line 21 of file http_server_mock.hpp.


The documentation for this struct was generated from the following file: