Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

68 lines (44 loc) · 1.61 KB

Changes

0.5.9

  • Expanded and changed status code description mapping according to IANA registry:
  • tiny-http#138

0.5.8

0.5.7

  • Fix using Transfer-Encoding: identity with no content length
  • tiny-http#126

0.5.6

0.5.5

0.5.4

0.5.3

0.5.2

0.5.1

0.5.0

0.4.1

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

0.4.0

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