v0.4.0
Modified behavior of standard Ok()
, Created()
, etc helpers so that if they are fed an io.Reader()
they will treat those as raw byte responses rather than JSON responses. That's the only change, but it could potentially break backwards compatibility if you previously expected respond
to ignore your Read()
method.