0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added test for MultipartSupport. More... almost 13 years ago
Partial implementation of DoRest-MultipartSupport. More... almost 13 years ago
Added javax.servlet-api dependency. More... almost 13 years ago
Added multipart support to SimpleClient. More... almost 13 years ago
Added multipart/form-data mediatype. More... almost 13 years ago
Added apache httpmime dependency. More... almost 13 years ago
Started multipart extension. More... almost 13 years ago
Added test for upload of larger files. More... almost 13 years ago
Typo. More... almost 13 years ago
Fixed a bug related to exceptions. More... almost 13 years ago
deleted the class as it is (no longer) not used More... almost 13 years ago
Post-request now performs handler search. Performed refactorings and added some todos. More... almost 13 years ago
SimpleClient allows now specification of contentType and encoding when posting/putting string-content More... almost 13 years ago
contentType() now returns case class ContentType and throws ResponseMappedExceptions More... almost 13 years ago
DigestAuthentication now throws ResponseMappedException mapped to BadRequest (400) More... almost 13 years ago
jdk.Server now catches ResponseMappedExceptions containing pre-configured server responses More... almost 13 years ago
Merge branch 'refs/heads/master' into dev-int More... almost 13 years ago
changed the ports used by the server to avoid that the tests fail if one of the demo apps is still running More... almost 13 years ago
added a convenience constructor to create a response's headers with special settings More... almost 13 years ago
added a Handler to send redirects More... almost 13 years ago
moved the link to scaladoc to the wiki More... almost 13 years ago
Removed obsolete class. More... about 13 years ago
Removed null-check in unquote(). More... about 13 years ago
parseAuthorizationHeader now throws an exception when header is malformed. More... about 13 years ago
HexStrings are now parsed with Integer.parseInt() More... about 13 years ago
Updated POMs. More... about 13 years ago
authenticatedUser no longer returns an Option[String] More... about 13 years ago
added a todo More... about 13 years ago
removed some superfluous code More... about 13 years ago
fixed a compiler warning More... about 13 years ago