vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Struct CookieValueMap.Cookie

struct Cookie ;

Constructors

NameDescription
this (name, value, encoding)

Fields

NameTypeDescription
name stringName of the cookie
rawValue stringThe raw cookie value as transferred over the wire

Methods

NameDescription
setValue (value, encoding) Sets the cookie value, applying the specified encoding.
value () Treats the value as URL encoded
Authors

Sönke Ludwig, Jan Krüger

Copyright

© 2012-2015 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.