Rene Schallner
2c93e1ef94
localhost http fix
2023-05-15 12:38:49 +02:00
Rene Schallner
385aa38d84
localhost
2023-05-15 12:00:11 +02:00
Rene Schallner
a19acaeb83
better cache-control example f. sendFile
2023-05-14 00:21:25 +02:00
Rene Schallner
9d3126649e
README: update build instr to latest zig
2023-05-13 22:49:02 +02:00
Rene Schallner
185c27229a
README: update to latest .zon
2023-05-13 22:41:27 +02:00
Rene Schallner
7da60271f4
CI-add sendfile tests, all examples instead of 1
2023-05-13 22:34:42 +02:00
Rene Schallner
b988454a72
added example for sendFile
2023-05-13 22:30:45 +02:00
Rene Schallner
48e30ca35c
feature: SimpleRequest.sendFile(filename)
2023-05-12 23:50:22 +02:00
Rene Schallner
c10b35777b
fixed example: only have 1 worker!
2023-05-09 05:26:09 +02:00
Rene Schallner
76c9edcd8e
updated README with latest deps
2023-05-09 05:23:30 +02:00
Rene Schallner
cd7e564102
preparing for release
2023-05-09 05:19:54 +02:00
Rene Schallner
0f9fbbd677
fixed setHeader debug logging
2023-05-09 05:18:24 +02:00
Rene Schallner
6e081d8672
lil example's logging update
2023-05-09 05:12:30 +02:00
Rene Schallner
340b1ae3a8
UserPassSession Authentication!!!
2023-05-09 04:35:59 +02:00
Rene Schallner
645db5c8d0
AuthResult is now an enum (was: bool)
2023-05-08 00:06:57 +02:00
Rene Schallner
ed156ba654
updated to latest zig
2023-05-07 17:10:59 +02:00
Rene Schallner
9002a40e4e
attempt to fix zig build
2023-05-07 16:59:38 +02:00
Rene Schallner
e32a46b735
Update mastercheck.yml
2023-05-07 16:31:30 +02:00
Rene Schallner
2390a359d1
Update mastercheck.yml for workflow diagnosis
2023-05-07 16:18:19 +02:00
Rene Schallner
0251a9cbc5
improved websocket chat example
2023-05-07 16:14:28 +02:00
Rene Schallner
d583ae62b7
readme current zig version
2023-05-07 05:12:02 +02:00
Rene Schallner
3962a0b454
update readme
2023-05-07 05:10:20 +02:00
Rene Schallner
7588d55270
updated readme with latest deps .zon
2023-05-07 05:05:56 +02:00
Rene Schallner
00291117d8
websockets + example
2023-05-07 05:02:09 +02:00
Rene Schallner
ab8294b2a1
updated README with updated .zon deps
2023-05-06 04:07:44 +02:00
Rene Schallner
b45a7df668
cookies!
2023-05-06 04:02:03 +02:00
Rene Schallner
00c809876e
Updated README with updated .zon dep info
2023-05-06 02:46:41 +02:00
Rene Schallner
d0be271337
Mega update! SimpleHttpRequest got Parameters!
...
parseBody() : parse form params
parseQuery() : parse query params
getParamCount() : returns number of parsed params
parametersToOwnedStrList() : get params as kv pairs of strings
parametersToOwnedList() : get params as kv list
getParamStr() : get parameter by name
2023-05-06 02:38:35 +02:00
Rene Schallner
e679039bae
.gitignore : wrk/go/main
2023-05-05 02:50:29 +02:00
Rene Schallner
df84811aac
Merge pull request #11 from Desiders/remove-go-binary-file
...
Remove go binary file
2023-05-04 15:52:59 +02:00
Desiders
5ff86ffbe6
Remove go binary file
2023-05-04 16:40:34 +03:00
Rene Schallner
c0ceb92481
fixed create-archive.sh
2023-05-01 06:19:22 +02:00
Rene Schallner
ff8c0809cb
fixed create-archive.sh dirty check
2023-05-01 06:06:52 +02:00
Rene Schallner
5a942869a9
Basic Auth now accepts Authorization header
2023-05-01 05:58:11 +02:00
Rene Schallner
d0c59ab008
fixed AuthEndpoint callbacks, BasicAuth logging
...
AuthEndpoint callbacks now provide pointers to the original
SimpleEndpoint structs, so their fieldParentPtr calls work.
Added extensive debug() logging to BasicAuth with .UserPassword.
2023-05-01 05:55:08 +02:00
Rene Schallner
828dc16668
updated data labels
2023-04-29 06:12:06 +02:00
Rene Schallner
747e6bfc47
data labels for transfer chart
2023-04-29 06:07:44 +02:00
Rene Schallner
d7946ec3af
added axum and sanic wrk tests thx @felipetrz
2023-04-29 05:47:57 +02:00
Rene Schallner
b2f734211c
CI yml cleanup
2023-04-28 22:51:05 +02:00
Rene Schallner
0773e38f50
Update README.md: CI badge
2023-04-28 21:22:28 +02:00
Rene Schallner
6036407a82
renamed CI name
2023-04-28 21:20:09 +02:00
Rene Schallner
a278842d78
fixed test's http client for latest zig std.http
2023-04-28 21:13:08 +02:00
Rene Schallner
4be0d13bbf
Removed failing fmt check from CI
2023-04-28 21:08:06 +02:00
Rene Schallner
e080f0ccd1
Create main.yml for CI
...
Intended to run nightly to check if we're still compatible with zig master
2023-04-28 21:02:54 +02:00
Rene Schallner
81e6149d83
create-archive: more useful now!
2023-04-28 20:45:17 +02:00
Rene Schallner
4dc997e39f
update to latest zig, udpate RM: no GH workaround
2023-04-28 13:49:23 +02:00
Rene Schallner
3f79ddf370
README: remove workaround for GH / deps issues
2023-04-28 13:45:12 +02:00
Rene Schallner
ffe8494be4
README: remove note about ancient zig behavior
2023-04-23 08:02:41 +02:00
Rene Schallner
24c5b4fdc3
README: ref zig issue 15419 workaround
2023-04-23 07:56:07 +02:00
Rene Schallner
346dba0601
Updated README to address GH fetch situation
2023-04-23 00:48:44 +02:00