#include <Request.hpp>
◆ MethodType
template<MethodConcept Method = GetMethod, RequestBodyConcept Body = std::string>
◆ FromUrl()
template<MethodConcept Method = GetMethod, RequestBodyConcept Body = std::string>
template<class T = string_view>
requires Hermes::ByteLike<std::ranges::range_value_t<T>> || (std::same_as<Body, std::string> && requires (T t) { { std::format("{}", t) }; })
Try parse to a URL before construct the Request.
◆ body
template<MethodConcept Method = GetMethod, RequestBodyConcept Body = std::string>
◆ headers
template<MethodConcept Method = GetMethod, RequestBodyConcept Body = std::string>
◆ url
template<MethodConcept Method = GetMethod, RequestBodyConcept Body = std::string>
◆ version
template<MethodConcept Method = GetMethod, RequestBodyConcept Body = std::string>
The documentation for this struct was generated from the following file: