| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Use CTFs in common library for formatting header output.
|
|
|
|
|
|
| |
Include the exception class name in the error report into the default
error page. Write the same output to the error log after the request
dump.
|
| |
|
|
|
|
|
|
| |
Don't write .what() into the HTTP status header... it might contain
things that aren't valid there. Instead, write the class name there and
write .what() in the response body.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(returnsdata == true, but returntype == null)
|
| |
|
| |
|
|
|
|
| |
is picked up
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
returning it
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Add functions for encoding strings as well as just decoding them.
Add wrapper functions for setting cookies.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
core's communicator
|
| |
|
| |
|
|
|
|
| |
and query string
|
|
|
|
| |
deserializing x-www-form-urlencoded payloads
|
| |
|