httpx/sig/plugins/proxy/http.rbs
2020-10-27 17:00:44 +00:00

15 lines
260 B
Plaintext

module HTTPX
module Plugins
module Proxy
module HTTP
module ConnectionMethods
def __http_proxy_connect: () -> void
def __http_on_connect: (top, Response) -> void
end
end
end
end
end