mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
11 lines
197 B
Plaintext
11 lines
197 B
Plaintext
module HTTPX
|
|
class UNIX < TCP
|
|
|
|
attr_reader path: String
|
|
|
|
alias host path
|
|
|
|
def initialize: (URI::HTTP | URI::HTTPS origin, Array[String]? addresses, options options) -> void
|
|
end
|
|
end
|