We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efef5d8 commit f1eeffaCopy full SHA for f1eeffa
CHANGELOG.md
@@ -10,6 +10,9 @@ How to release a new version:
10
### Removed
11
- package `http/param`: can no longer change the tag value prefix the parser reacts to (e.g. from `param:"query=q"` to `param:"myPrefix=q"`)
12
13
+### Changed
14
+- ResponseWriter has been moved to the `http` package and is no longer private.
15
+
16
## [0.7.1] - 2024-07-11
17
### Changed
18
- Canceling `Server.Run()` context no longer cancels requests base context.
0 commit comments