Package: matlab.net.http
HTTP cookie received from server
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.
obj = matlab.net.http.Cookie(name,value)
creates a
Cookie
object with the specified name
and
value
properties. Use this constructor
for testing.