uvco 0.1
Loading...
Searching...
No Matches
uvco::examples::HttpRequest Struct Reference

#include <http_server.h>

Public Attributes

std::string_view method
std::string_view path
std::string_view version
std::vector< std::pair< std::string_view, std::string_view > > headers

Member Data Documentation

◆ 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: