0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
introduced a new HandlerCreator trait to facilitate path matching More... over 12 years ago
updated the comments More... over 12 years ago
added support for the "CONNECT" HTTP method More... over 12 years ago
implementing a new mechanism to match URIs that requires far less code while being safe More... over 12 years ago
slightly improved the documentation and formatting More... over 12 years ago
clarified the documentation More... over 12 years ago
updated the dependencies More... over 12 years ago
updated the dependencies More... over 12 years ago
improved the code for content negotiation More... over 12 years ago
by default the JDK server is now configured to use multiple threads to handle http exchanges More... over 12 years ago
added a skeleton for a future Server implementation More... over 12 years ago
updated the RESTInterface to facilitate the generation of better/correct error response codes More... over 12 years ago
Some smaller changes to make avoid that the Demo Server and some other server conflicts. More... over 12 years ago
updates for the new maven variant More... over 12 years ago
fixed a small typo More... over 12 years ago
if a request body handler crashes we now blame the client by sending a BadRequest response More... over 12 years ago
removed some old code More... over 12 years ago
if the client does not specify the request header we now return the result created by the first handler More... over 12 years ago
Updated to Scala 2.9.2. More... over 12 years ago
Fixed test in ext.multipart. More... over 12 years ago
Fixed deprecation in ext.multipart. More... over 12 years ago
Fixed name of ext.client module. More... over 12 years ago
Updated class paths via project configuration. More... over 12 years ago
Moving to Scla 2.9.2 More... over 12 years ago
merged the current dev branch More... over 12 years ago
removed old code and added a comment More... over 12 years ago
improved the code for content negotiation - we can now deal with the situation where accept string specifies multiple accepted representations (e.g. text/html, application/xhtml, …) More... over 12 years ago
Added support for redirects based on the URL (called "DynamicRedirect", here) More... over 12 years ago
Improved the code to read in files; added ".svg" to the set of supported MediaTypes More... over 12 years ago
Implemented support for HEAD, OPTIONS and PATCH. More... over 12 years ago