proxy.http.descriptors module#
proxy.py#
⚡⚡⚡ Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging.
- copyright
2013-present by Abhinav Singh and contributors.
- license
BSD, see LICENSE for more details.
- class proxy.http.descriptors.DescriptorsHandlerMixin[source]#
Bases:
object
DescriptorsHandlerMixin provides abstraction used by several core HTTP modules include web and proxy plugins. By using DescriptorsHandlerMixin, class becomes complaint with core event loop.
- async get_descriptors() Tuple[List[int], List[int]] [source]#
Implementations must return a list of descriptions that they wish to read from and write into.