mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-03 00:01:18 -04:00
6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
module HTTPX
|
|
type io_type = "udp" | "tcp" | "ssl" | "unix"
|
|
|
|
module IO
|
|
end
|
|
end |