1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Final release. More... over 8 years ago
Major updates to Service / Services to better support extending. More... almost 9 years ago
Modified Last-Modified to always send date in English and removed locale detection from date parsing in headers. More... almost 9 years ago
Merge pull request #5 from tindzk/httpreq More... almost 9 years ago
HttpRequestHeaders: Improve error message More... almost 9 years ago
Fixed date parsing of date headers for other languages (Resolves #4). More... almost 9 years ago
Merge remote-tracking branch 'origin/master' More... almost 9 years ago
Released 1.1.5. More... almost 9 years ago
Merge pull request #3 from tindzk/master More... almost 9 years ago
Build: Bump powerscala version More... almost 9 years ago
Added PDF content-type. Added Authorization to HttpRequestHeaders. More... almost 9 years ago
Updates to Services to allow custom binders, auto-excluding of classes in generated output, and manual exclusion of class names. More... almost 9 years ago
Minor fix for coner-case in cookie parsing. More... almost 9 years ago
Modified parsing support for IPv6 to support hexadecimal and scope id. More... about 9 years ago
Added convenience method for regex matching services. More... about 9 years ago
Updated to work with enum changes in powerscala and fixed deprecation in ApacheHttpClient. More... about 9 years ago
Bug fix to HttpClientSpec and added build status to README. More... about 9 years ago
Bug fix to HttpClientSpec and added build status to README. More... about 9 years ago
Updated to snapshot and updated dependencies More... about 9 years ago
1.1.4 release More... about 9 years ago
Added regex support to WebApplication.addHandler and fixed ServiceSpec. More... about 9 years ago
Updated SessionApplication to define the Session type S inline instead of as part of the class insantiation. More... about 9 years ago
Updated the way HttpParameters is instantiated. Modified the way URL is created to include information on encoded or decoded status. More... about 9 years ago
Created AddHeaderHandler to make adding a header to requests easier. Created CORSHandler to make CORS support incredibly simple. More... about 9 years ago
Updated URL to better support accurate two-way representation of URLs with proper encoding and decoding support. More... about 9 years ago
Added support to Service for ServiceException and better no-args support calls. More... about 9 years ago
Created Services trait to easily create multiple service endpoints. Added better input support in Service for null, Unit, String and support for URL params. More... about 9 years ago
Updated OUTRNetServlet to store servlet context attributes and servlet init params into the application so they can be accessed if needed (prepended with 'attribute:' or 'param:'). More... about 9 years ago
Added better error handling to WebSocket connection failure in communicate.js. Expanded functionality of URL to support encoded and decoded states. Updated handlers to use decoded URLs. More... about 9 years ago
Better error logging on Connection JSON events. More... about 9 years ago