MethodApproved
TypeSource
MethodApproved = Literal[
"get", "post", "head", "options", "delete", "put", "trace", "patch"
]
MethodApproved
is a shortcut of a type literal.
MethodApproved
is the literal notation of all available HTTP methods.
TypeSource
MethodApproved = Literal[
"get", "post", "head", "options", "delete", "put", "trace", "patch"
]
MethodApproved
is a shortcut of a type literal.
MethodApproved
is the literal notation of all available HTTP methods.