wotpy.protocols.http.enums
Enumeration classes related to the HTTP server.
Classes
Enumeration of HTTP schemes. |
- class wotpy.protocols.http.enums.HTTPSchemes
Bases:
EnumListMixinEnumeration of HTTP schemes.
- HTTP = 'http'
- HTTPS = 'https'
Enumeration classes related to the HTTP server.
Classes
Enumeration of HTTP schemes. |
Bases: EnumListMixin
Enumeration of HTTP schemes.