mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-11-30 00:00:45 -05:00
11 lines
183 B
Plaintext
11 lines
183 B
Plaintext
module HTTPX
|
|
class UNIX < TCP
|
|
|
|
attr_reader path: String
|
|
|
|
alias host path
|
|
|
|
def initialize: (http_uri origin, Array[String]? addresses, options options) -> void
|
|
end
|
|
end
|