|
e2281f7c14
|
rename parseBodyFromRequest to parseBodyFromReader
|
2022-12-16 02:01:26 -08:00 |
|
|
f47c1ee751
|
Format query strings properly
|
2022-12-16 01:05:36 -08:00 |
|
|
8b1ff1149f
|
Mirror std.json behavior for unions
|
2022-12-16 01:02:44 -08:00 |
|
|
0f5751e7ed
|
Put mount base url in context
|
2022-12-14 00:20:25 -08:00 |
|
|
522b456939
|
Print error return traces on error
|
2022-12-09 22:39:19 -08:00 |
|
|
3cdd695948
|
Fix error return trace propagation
|
2022-12-09 22:38:52 -08:00 |
|
|
7b16fd6390
|
Move PathIter to util
|
2022-12-09 04:30:38 -08:00 |
|
|
9d38aaec38
|
Remove logging statements
|
2022-12-09 03:39:49 -08:00 |
|
|
a035b08f83
|
Fix final chunk
|
2022-12-09 03:37:46 -08:00 |
|
|
cece277eec
|
Add support for slices in serialization module
|
2022-12-07 01:57:44 -08:00 |
|
|
b60b629b30
|
Allow unknown fields in some api calls
|
2022-12-06 01:48:17 -08:00 |
|
|
6cfd035883
|
parse content-type form header
|
2022-12-03 06:36:54 -08:00 |
|
|
a97850964e
|
Stub out filesystem apis
|
2022-12-03 01:00:04 -08:00 |
|
|
a45ccfe0e4
|
Basic file upload
|
2022-12-02 23:44:27 -08:00 |
|
|
2bcef49e5e
|
Add star segment support in routes
|
2022-12-02 23:21:49 -08:00 |
|
|
2206cd6ac9
|
Form File support
|
2022-12-02 22:34:12 -08:00 |
|
|
e6f57495c0
|
Cleaner multipart handling
|
2022-12-02 22:20:24 -08:00 |
|
|
6e56775d61
|
Multipart/form-data
|
2022-12-02 21:49:27 -08:00 |
|
|
0b13f210c7
|
Refactor
|
2022-12-02 21:49:17 -08:00 |
|
|
ba4f3a7bf4
|
Reorganize tests
|
2022-12-01 21:02:33 -08:00 |
|
|
f7bcafe1b1
|
Remove dead code
|
2022-12-01 20:52:51 -08:00 |
|
|
16c574bdd6
|
Refactoring
|
2022-12-01 20:41:52 -08:00 |
|
|
b2093128de
|
Remove ciutf8
|
2022-12-01 19:46:51 -08:00 |
|
|
04c593ffdd
|
add util.comptimeToCrlf
|
2022-12-01 19:46:07 -08:00 |
|
|
8400cd74fd
|
Use deserialization utils
|
2022-12-01 01:56:17 -08:00 |
|
|
96a46a98c9
|
Multipart deserialization
|
2022-11-27 22:33:05 -08:00 |
|
|
2f78490545
|
Add rudimentary scalar parsing
|
2022-11-27 06:24:41 -08:00 |
|
|
4a98b6a9c4
|
Parse form params
|
2022-11-27 06:11:01 -08:00 |
|
|
938ee61477
|
Start work on multipart form parser
|
2022-11-27 05:43:06 -08:00 |
|
|
b99a0095d4
|
Rudimentary test cases for ParseBody
|
2022-11-27 02:21:22 -08:00 |
|
|
b2c69c2df8
|
queryStringify cleanup
|
2022-11-27 01:48:20 -08:00 |
|
|
abf31ea33c
|
Flesh out test cases for unions
|
2022-11-27 01:07:45 -08:00 |
|
|
ce40448dc8
|
Revamp QueryString parser test
|
2022-11-27 00:58:56 -08:00 |
|
|
d0e08e4b04
|
Fix parsing for enum and boolean values
|
2022-11-26 23:28:00 -08:00 |
|
|
29a38240d9
|
Fix test
|
2022-11-26 23:14:19 -08:00 |
|
|
5b0505b355
|
Add tests for middleware.zig
|
2022-11-26 22:56:16 -08:00 |
|
|
856619b286
|
Finish using middleware impl
|
2022-11-26 17:52:30 -08:00 |
|
|
9c5e46ec5a
|
Fix middleware compilation???
|
2022-11-26 17:33:46 -08:00 |
|
|
43ddc7534b
|
debugging changes for middleware
|
2022-11-25 17:43:16 -08:00 |
|
|
a28af9e1fe
|
Move json and query helpers
|
2022-11-25 17:42:58 -08:00 |
|
|
039377f168
|
Add router helper fn
|
2022-11-24 03:55:47 -08:00 |
|
|
03338da307
|
Update server.zig to use new handlers
|
2022-11-24 03:30:49 -08:00 |
|
|
73f7022d36
|
Start work on middleware api
|
2022-11-23 20:51:30 -08:00 |
|
|
3544222065
|
Percent encode/decode header values
|
2022-11-21 00:54:03 -08:00 |
|
|
67ad5bfa48
|
Get token from cookie
|
2022-11-17 22:51:51 -08:00 |
|
|
0e034a2064
|
Fix double free
|
2022-11-17 20:11:23 -08:00 |
|
|
58a0dd900f
|
Fix print call
|
2022-11-17 19:48:25 -08:00 |
|
|
fcbb1bb623
|
Use read instead of recv on socket
|
2022-11-17 19:48:07 -08:00 |
|
|
dac9d7c05d
|
Support cookies
|
2022-11-17 19:39:24 -08:00 |
|
|
6accb775d4
|
Cleanup of networking code
|
2022-11-17 18:42:23 -08:00 |
|