We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8520b commit 1923543Copy full SHA for 1923543
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+- The `gleam/http` module gains the `get_req_cookies`, `set_req_cookie`
4
+ `set_resp_cookie` and `expire_resp_cookie` functions.
5
+- Created the `gleam/http/cookie` module with `SameSitePolicy` and `Attributes`
6
+ types, along with associated functions `empty_attributes`,
7
+ `default_attributes`, `expire_attributes` and `set_cookie_string`.
8
+
9
10
## v1.1.1 - 2020-07-21
11
12
- Relax dependency requirements on stdlib
0 commit comments