ae ~master (2024-01-05T13:09:51Z)
Home
Dub
Repo
UnixConnector
ae
net
http
client
Undocumented in source.
version(Posix)
class
UnixConnector : SocketConnector!SocketConnection {
string
path
;
this
(string path);
void
connect
(string host, ushort port);
}
Constructors
this
this
(string path)
Undocumented in source.
Members
Functions
connect
void
connect
(string host, ushort port)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
path
string
path
;
Undocumented in source.
Meta
Source
See Implementation
ae
net
http
client
classes
Connector
HttpClient
HttpsClient
SocketConnector
TcpConnector
UnixConnector
functions
httpGet
httpPost
httpRequest