proxy.core.work.threaded module#

proxy.py#

⚡⚡⚡ Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging.

copyright
  1. 2013-present by Abhinav Singh and contributors.

license

BSD, see LICENSE for more details.

proxy.core.work.threaded.start_threaded_work(flags: argparse.Namespace, conn: socket.socket, addr: Optional[HostPort], event_queue: Optional[proxy.core.event.queue.EventQueue] = None, publisher_id: Optional[str] = None) Tuple[Work[T], threading.Thread][source]#

Utility method to start a work in a new thread.