Cat Feeder  1.0.0
The Cat feeder project
Loading...
Searching...
No Matches
http_constants.py File Reference

Go to the source code of this file.

Data Structures

class  backend.src.libs.http_codes.http_constants.DataTypes
 
class  backend.src.libs.http_codes.http_constants.MediaTypeRegistry
 

Namespaces

namespace  backend
 
namespace  backend.src
 
namespace  backend.src.libs
 
namespace  backend.src.libs.http_codes
 
namespace  backend.src.libs.http_codes.http_constants
 

Functions

Set[str] backend.src.libs.http_codes.http_constants._build_mime_set (Tuple[DataTypes,...] group)
 

Variables

list backend.src.libs.http_codes.http_constants.AUTHORISED_STATUSES
 
Set backend.src.libs.http_codes.http_constants.FILE_MIME_TYPES = _build_mime_set(FILE_TYPES)
 
Set backend.src.libs.http_codes.http_constants.HTML_MIME_TYPES = _build_mime_set(HTML_TYPES)
 
Set backend.src.libs.http_codes.http_constants.JSON_MIME_TYPES = _build_mime_set(JSON_TYPES)
 
Set backend.src.libs.http_codes.http_constants.PLAIN_TEXT_MIME_TYPES = _build_mime_set(PLAIN_TEXT_TYPES)
 
Set backend.src.libs.http_codes.http_constants.REDIRECT_MIME_TYPES = _build_mime_set(REDIRECT_TYPES)
 
Set backend.src.libs.http_codes.http_constants.STREAMING_MIME_TYPES = _build_mime_set(STREAMING_TYPES)
 
Set backend.src.libs.http_codes.http_constants.UJSON_MIME_TYPES = _build_mime_set(UJSON_TYPES)
 
Set backend.src.libs.http_codes.http_constants.ORJSON_MIME_TYPES = _build_mime_set(ORJSON_TYPES)
 
dict backend.src.libs.http_codes.http_constants.DEFAULT_MESSAGE_CONTENT = {'msg': 'message'}
 
str backend.src.libs.http_codes.http_constants.DEFAULT_MESSAGE_TYPE = DataTypes.JSON
 
tuple backend.src.libs.http_codes.http_constants.IMAGE_TYPES_UNIVERSAL
 
tuple backend.src.libs.http_codes.http_constants.IMAGE_TYPES_NEED_CONVERTING
 
tuple backend.src.libs.http_codes.http_constants.IMAGE_TYPES_HEAVY
 
dict backend.src.libs.http_codes.http_constants.IMAGE_CONVERSION_TARGET
 
tuple backend.src.libs.http_codes.http_constants.VIDEO_TYPES_UNIVERSAL
 
tuple backend.src.libs.http_codes.http_constants.VIDEO_TYPES_NEED_CONVERTING
 
tuple backend.src.libs.http_codes.http_constants.VIDEO_TYPES_HEAVY
 
dict backend.src.libs.http_codes.http_constants.VIDEO_CONVERSION_TARGET
 
tuple backend.src.libs.http_codes.http_constants.AUDIO_TYPES_UNIVERSAL
 
tuple backend.src.libs.http_codes.http_constants.AUDIO_TYPES_NEED_CONVERTING
 
tuple backend.src.libs.http_codes.http_constants.AUDIO_TYPES_HEAVY
 
dict backend.src.libs.http_codes.http_constants.AUDIO_CONVERSION_TARGET
 
tuple backend.src.libs.http_codes.http_constants.DOCUMENT_TYPES_UNIVERSAL
 
tuple backend.src.libs.http_codes.http_constants.DOCUMENT_TYPES_NEED_CONVERTING
 
tuple backend.src.libs.http_codes.http_constants.DOCUMENT_TYPES_HEAVY
 
dict backend.src.libs.http_codes.http_constants.DOCUMENT_CONVERSION_TARGET
 
tuple backend.src.libs.http_codes.http_constants.ARCHIVE_TYPES_UNIVERSAL
 
tuple backend.src.libs.http_codes.http_constants.ARCHIVE_TYPES_NEED_CONVERTING
 
tuple backend.src.libs.http_codes.http_constants.ARCHIVE_TYPES_HEAVY
 
dict backend.src.libs.http_codes.http_constants.ARCHIVE_CONVERSION_TARGET
 
tuple backend.src.libs.http_codes.http_constants.FONT_TYPES_UNIVERSAL
 
tuple backend.src.libs.http_codes.http_constants.FONT_TYPES_NEED_CONVERTING
 
tuple backend.src.libs.http_codes.http_constants.FONT_TYPES_HEAVY
 
dict backend.src.libs.http_codes.http_constants.FONT_CONVERSION_TARGET
 
tuple backend.src.libs.http_codes.http_constants.BINARY_TYPES_UNIVERSAL
 
tuple backend.src.libs.http_codes.http_constants.BINARY_TYPES_NEED_CONVERTING = ()
 
tuple backend.src.libs.http_codes.http_constants.BINARY_TYPES_HEAVY = ()
 
dict backend.src.libs.http_codes.http_constants.BINARY_CONVERSION_TARGET = {}
 
tuple backend.src.libs.http_codes.http_constants.BASE_TYPES_UNIVERSAL
 
tuple backend.src.libs.http_codes.http_constants.BASE_TYPES_NEED_CONVERTING = ()
 
tuple backend.src.libs.http_codes.http_constants.BASE_TYPES_HEAVY = ()
 
dict backend.src.libs.http_codes.http_constants.BASE_TYPES_CONVERSION_TARGET = {}
 
dict backend.src.libs.http_codes.http_constants.CONVERSION_TARGETS = {}
 
 backend.src.libs.http_codes.http_constants.MEDIA_TYPES