dot-xx
A personal collection of small C++ modules
|
HTTP methods enum and strings. More...
import std;
Enumerations | |
enum class | dxx::http::Method { Invalid , Get , Head , Post , Put , Delete , Connect , Options , Trace , Patch } |
Variables | |
const std::flat_map< std::string_view, Method > | dxx::http::methods_map |
HTTP methods enum and strings.
|
exportstrong |
|
inlineexport |