Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Releases: DEGoodmanWilson/luna

v2.3

01 Oct 00:49
Compare
Choose a tag to compare

So much good stuff, thank you Raja!

  • You can now use thread_per_connection
  • SSL, wat? This is still highly experimental, BTW. It crashes mysteriously some times.
  • Apparently some people—Raja—want to return headers in a response. Done!
  • And the methods for adding and removing handlers wasn't thread safe. Now it is!
  • Finally, when things hit the fan, you can enable_debugging to get MHD errors dumped to std_err. Which is pretty crappy, but you just wait until we figure out a cool way to make that better

2.0

12 Aug 22:49
Compare
Choose a tag to compare
2.0
  • Changed parameters to request handlers to accept a single request object that contains the regex matches, parameters, request headers, and request body

v1.1.0

08 Aug 20:58
Compare
Choose a tag to compare

Added support for receiving JSON data in the request body for POST requests. It can be accessed, if available, through params['json_data'] in your request handlers.