requests ~master (2022-04-27T18:42:53Z)
Dub
Repo
RequestHandler
requests
request
Undocumented in source.
class
RequestHandler {
this
(Interceptor[] i);
Response
handle
(Request r);
}
Constructors
this
this
(Interceptor[] i)
Undocumented in source.
Members
Functions
handle
Response
handle
(Request r)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
requests
request
aliases
NetStreamFactory
classes
RequestHandler
functions
addInterceptor
interfaces
Interceptor
structs
Request
_LineReader