Main Content
matlab.net.http.Cookie Class
Namespace: matlab.net.http
HTTP cookie received from server
Description
The Cookie
class represents an HTTP cookie. You obtain a
Cookie
object from a SetCookieField
header in a
ResponseMessage
object. Then you send it back to the server in a
RequestMessage
CookieField
header. For a description of these objects, see RFC 6265 HTTP State
Management Mechanism on the RFC Editor website.
Creation
Description
obj = matlab.net.http.Cookie(name,value)
creates a
Cookie
object with the specified name
and
value
properties. Use this constructor
for testing.
Properties
Methods
Examples
Version History
Introduced in R2016b