requests v0.1.7 (2016-06-11T22:35:22Z)
Dub
Repo
HTTPRequest.exec
requests
http
HTTPRequest
Undocumented in source. Be warned that the author may not have intended to support it.
HTTPResponse
exec
(string url, MultipartForm sources)
struct
HTTPRequest
HTTPResponse
exec
(
string
method
= "POST"
)
(
string
url
,
MultipartForm
sources
)
if
(
method
== "POST"
)
HTTPResponse
exec
(string url, R content, string contentType)
HTTPResponse
exec
(string url, QueryParam[] params)
HTTPResponse
exec
(string url, PostFile[] files)
HTTPResponse
exec
(string url, string[string] params)
Meta
Source
See Implementation
requests
http
HTTPRequest
constructors
this
destructors
~this
functions
addHeaders
exec
get
post
removeHeaders
properties
cookie
uri
variables
_response