matlab.net.http.LogRecord Class
Namespace: matlab.net.http
HTTP history log record
Description
A vector of LogRecord
objects represents a history of request-response
message pairs exchanged between client and server during an HTTP operation, such as
RequestMessage.send
. The send
method returns history as an
output argument. When an error occurs, the HTTPException
object contains a
History
property.
Use the LogRecord
class for debugging.
Properties
Methods
Version History
Introduced in R2016b
See Also
send
| ResponseMessage
| StartLine
| matlab.net.URI
| Disposition