Skip to content

Fixed port feature, thread.join(), 3.6 support

Compare
Choose a tag to compare
@kevin1024 kevin1024 released this 28 Oct 21:39
· 107 commits to master since this release
  • Allow to run httpbin on fixed port using environment variables (thanks @hroncok)
  • Allow server to be thread.join()ed (thanks @graingert)
  • Add support for Python 3.6 (thanks @graingert)