We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57db6cd commit 80c1423Copy full SHA for 80c1423
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## Unreleased
4
5
+- The `gleam/http` module gains the `get_req_origin` function.
6
- Fix bug to correctly set cookie `Max-Age` attribute
7
- The `gleam/http.default_req` function returns a `Request(BitString)` instead
8
`Request(String)`
@@ -23,7 +24,6 @@
23
24
types, along with associated functions `empty_attributes`,
25
`default_attributes`, `expire_attributes` and `set_cookie_string`.
26
-
27
## v1.1.1 - 2020-07-21
28
29
- Relax dependency requirements on stdlib
0 commit comments