requests ~master (2022-04-27T18:42:53Z)
Dub
Repo
HTTPRequest.get
requests
http
HTTPRequest
GET request. Simple wrapper over exec!"GET"
struct
HTTPRequest
deprecated
HTTPResponse
get
(
A
...
)
(
A
args
)
Parameters
args
A
request parameters. see exec docs.
Meta
Source
See Implementation
requests
http
HTTPRequest
constructors
this
destructors
~this
functions
addHeaders
clearHeaders
close_connection_if_not_keepalive
exec
exec_from_multipart_form
exec_from_parameters
exec_from_range
execute
format
get
post
removeHeaders
select_proxy
toString
properties
proxy
sslSetCaCert
sslSetCertFile
sslSetKeyFile
sslSetVerifyPeer
uri
variables
_response
GET request. Simple wrapper over exec!"GET"