#include <http_server.h>
|
| std::string_view | method |
| std::string_view | path |
| std::string_view | version |
| std::vector< std::pair< std::string_view, std::string_view > > | headers |
◆ headers
| std::vector<std::pair<std::string_view, std::string_view> > uvco::examples::HttpRequest::headers |
◆ method
| std::string_view uvco::examples::HttpRequest::method |
◆ path
| std::string_view uvco::examples::HttpRequest::path |
◆ version
| std::string_view uvco::examples::HttpRequest::version |
The documentation for this struct was generated from the following file: