Download Latest Version v3.1.1 source code.tar.gz (47.7 kB)
Email in envelope

Get an email when there's a new version of Negroni

Home / v3.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2022-09-18 617 Bytes
v3.0.0 source code.tar.gz 2022-09-18 47.0 kB
v3.0.0 source code.zip 2022-09-18 69.8 kB
Totals: 3 Items   117.4 kB 0

Fixed

  • Replace multiple slashes at the beginning of a path with a single one to avoid open redirects
  • Avoid updating ResponseWriter.Status() if the status has already been written when ResponseWriter.WriteHeader() is called twice

Changed

  • ResponseWriter now only implements http interfaces (Flusher, Hijacker, CloseNotifier) if the wrapped http.ResponseWriter does. This is a breaking change to make ResponseWriter's interface support more accurate

Added

  • ResponseWriter now implements io.ReaderFrom to more efficiently send responses via io.Copy
Source: README.md, updated 2022-09-18