proxy.http.server.metrics 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.

class proxy.http.server.metrics.MetricsWebServerPlugin(*args: Any, **kwargs: Any)[source]#

Bases: proxy.http.server.plugin.HttpWebServerBasePlugin

_abc_impl = <_abc._abc_data object>#
handle_request(request: proxy.http.parser.parser.HttpParser) None[source]#

Handle the request and serve response.

routes() List[Tuple[int, str]][source]#

Return List(protocol, path) that this plugin handles.

proxy.http.server.metrics.get_collector(metrics_lock: multiprocessing.synchronize.Lock) Any[source]#