mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
15 lines
260 B
Plaintext
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
|