Releases: ecnepsnai/web
Releases · ecnepsnai/web
v1.14.0
v1.13.0
v1.12.0
v1.11.5
v1.11.4
v1.11.3
v1.11.2
v1.11.1
v1.11.0
This release contains major breaking changes. Your code will need to be updated.
- The
HTTPhandles have been split intoHTTPEasyandHTTP.HTTPEasyoffers the same functionality asHTTPdid in previous releases.HTTPEasydoes not expose the response writerHTTPprovides an interface to the raw HTTP request and response writer while still doing authentication and rate limiting
- Added cookies slice in
HTTPResponse - API handles must return an optional third value, an
*APIResponseAPIResponselets you specify headers and cookies on the response