EntropyEngine::Networking::HTTP::HttpRequest
EntropyEngine::Networking::HTTP::HttpRequest
Section titled “EntropyEngine::Networking::HTTP::HttpRequest”Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| std::string | scheme |
| std::string | path |
| HttpMethod | method |
| std::string | host |
| HttpHeaders | headers |
| std::vector< uint8_t > | body |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable scheme
Section titled “variable scheme”std::string scheme = "https";variable path
Section titled “variable path”std::string path;variable method
Section titled “variable method”HttpMethod method = HttpMethod::GET;variable host
Section titled “variable host”std::string host;variable headers
Section titled “variable headers”HttpHeaders headers;variable body
Section titled “variable body”std::vector< uint8_t > body;Updated on 2026-01-26 at 17:14:35 -0500