-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last Week in Pony - January 12, 2024 #1035
Comments
Pony has a simple http framework jennet which extends the functionality of Pony's http_server to add lightweight request matching, routing, and parameter parsing. Examples of this type of type of router (or multiplexer) model in other languages include Elixir's phoenix framework, or Go's httprouter. This week we bumped all the dependencies to the latest versions, including linking to OpenSSL 3.0.x. There is one breaking change that was introduced by a breaking change in the upstream http_server library in ponylang/http_server#74. The Content-Length header is no longer an optional header unless chunking. Please see the updated examples for more context. |
Office Hours... Sean, Adrian, and Red
|
Sync recording for January 7, 2024: |
No description provided.
The text was updated successfully, but these errors were encountered: