httpx/sig/io.rbs
2022-08-07 14:43:29 +01:00

6 lines
83 B
Plaintext

module HTTPX
type io_type = "udp" | "tcp" | "ssl" | "unix"
module IO
end
end