mirror of
https://github.com/labstack/echo.git
synced 2024-12-22 20:06:21 +02:00
60b69fbb3b
* WriteHeader if not committed in test.Response Call WriteHeader if response isn't committed yet in calls to Write to behave the same as fasthttp and standard Responses. * Fix XML double WriteHeader XMLBlob was writing xml.Header to the reply before writing the header triggering a WriteHeader(http.StatusOK). |
||
---|---|---|
.. | ||
cookie.go | ||
header.go | ||
request.go | ||
response.go | ||
server.go | ||
url.go |