v1.9.0
This release contains breaking changes
- Add support for HTTP range requests with static and HTTP requests when supported
- The reader must be a
io.ReadSeekCloser - The request must have specified a byte range
- The reader must be a
- Added option to disable HTTP range response, enabled by default
- Add convenience method
GETHEAD, which registers a HTTP GET and HEAD handle. web.Responsehad been renamedweb.HTTPResponse. A find-and-replace can be used to correct this.- The
MaxRequestsPerSecondandRequestLogLevelparameters are now nested in anOptionsobject.