Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

54 lines (36 loc) · 1.19 KB

Changes

0.5.6

  • Update link to documentation
  • #123
  • Fix websockets
  • #124
  • Drop the request reader earlier
  • #125

0.5.5

  • Start using the log crate
  • #121
  • Unblock the accept thread on shutdown
  • #120

0.5.4

  • Fix compilation warnings
  • #118

0.5.3

  • Add try_recv_timeout function to the server
  • #116

0.5.2

  • Update ascii to version 0.7
  • #114

0.5.1

  • Request::respond now returns an IoResult
  • #110

0.5.0

  • HTTPS support
  • #107
  • Rework the server creation API
  • #106

0.4.1

  • Allow binding to a nic by specifying the socket address
  • #103

0.4.0

  • Make Method into an enum instead of a character string
  • #102