MCPcopy Index your code
hub / github.com/RustPython/RustPython / _TLSContentType

Class _TLSContentType

Lib/ssl.py:171–182  ·  view source on GitHub ↗

Content types (record layer) See RFC 8446, section B.1

Source from the content-addressed store, hash-verified

169
170@_simple_enum(_IntEnum)
171class _TLSContentType:
172 """Content types (record layer)
173
174 See RFC 8446, section B.1
175 """
176 CHANGE_CIPHER_SPEC = 20
177 ALERT = 21
178 HANDSHAKE = 22
179 APPLICATION_DATA = 23
180 # pseudo content types
181 HEADER = 0x100
182 INNER_CONTENT_TYPE = 0x101
183
184
185@_simple_enum(_IntEnum)

Callers 1

innerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected