starlite.enums#
- class starlite.enums.OpenAPIMediaType#
-
An Enum for OpenAPI specific response
Content-Type
header values.- __new__(value)#
- class starlite.enums.RequestEncodingType#
-
An Enum for request
Content-Type
header values designating encoding formats.- __new__(value)#
- class starlite.enums.ScopeType#
-
An Enum for the ‘http’ key stored under Scope.
Notes
asgi
is used by Starlite internally and is not part of the specification.
- __new__(value)#