Sha256: e4570ee6281fc87bc73a977cc68fc1de645bf08fa8120dafb5688d026d9f90eb
Contents?: true
Size: 395 Bytes
Versions: 5
Compression:
Stored size: 395 Bytes
Contents
module HTTPX class UNIX < TCP attr_reader path: String alias host path @hostname: String @options: Options @fallback_protocol: String @keep_open: bool @io: Socket def initialize: (http_uri origin, String? path, Options options) -> void def connect: () -> void def expired?: () -> bool private def build_socket: () -> Socket end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
httpx-1.3.4 | sig/io/unix.rbs |
httpx-1.3.3 | sig/io/unix.rbs |
httpx-1.3.2 | sig/io/unix.rbs |
httpx-1.3.1 | sig/io/unix.rbs |
httpx-1.3.0 | sig/io/unix.rbs |