Skip to content

v0.6.3: Bugfixes, new option: verbose=3

Compare
Choose a tag to compare
@samoconnor samoconnor released this 19 Feb 22:14
· 851 commits to master since this release
  • add DebugLayer / IODebug <: IO, activated by verbose=3
  • Fix #190, handle stray whitespace before status line
  • Doc tweaks
  • Base.convert(::Type{Response},s::AbstractString) = Response(s)
  • @deprecate load(m::Message) payload(m, String)
  • fix Base.print(io::IO, u::URI) per #203