requests v0.6.0 (2017-11-21T21:56:11Z)
Dub
Repo
Response
requests
base
Undocumented in source.
class
Response {
package
ushort
_code
;
package
Buffer
!
ubyte
_responseBody
;
package
string
[
string
]
_responseHeaders
;
package
URI
_uri
;
package
URI
_finalURI
;
package
ReceiveAsRange
_receiveAsRange
;
package
SysTime
_startedAt
;
package
SysTime
_connectedAt
;
package
SysTime
_requestSentAt
;
package
SysTime
_finishedAt
;
auto ref
responseBody
[@property getter];
auto ref
responseHeaders
[@property getter];
auto ref
receiveAsRange
[@property getter];
string
toString
();
string
format
(string fmt);
}
Members
Functions
format
string
format
(string fmt)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
receiveAsRange
auto ref
receiveAsRange
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
responseBody
auto ref
responseBody
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
responseHeaders
auto ref
responseHeaders
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_code
ushort
_code
;
_connectedAt
SysTime
_connectedAt
;
Undocumented in source.
_finalURI
URI
_finalURI
;
Final URI. Can differ from __URI if request go through redirections.
_finishedAt
SysTime
_finishedAt
;
Undocumented in source.
_receiveAsRange
ReceiveAsRange
_receiveAsRange
;
_requestSentAt
SysTime
_requestSentAt
;
Undocumented in source.
_responseBody
Buffer
!
ubyte
_responseBody
;
Undocumented in source.
_responseHeaders
string
[
string
]
_responseHeaders
;
Undocumented in source.
_startedAt
SysTime
_startedAt
;
Undocumented in source.
_uri
URI
_uri
;
Initial URI
Meta
Source
See Implementation
requests
base
classes
RequestException
Response
interfaces
Auth
structs
ReceiveAsRange