1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00
Commit graph

741 commits

Author SHA1 Message Date
Froxcey
42e96b4875 Use debug.err and exit 1 for windows fail message 2024-02-23 20:20:38 +01:00
Froxcey
3a50132123 Provide Windows error message 2024-02-23 20:20:11 +01:00
Froxcey
694b3196db Use custom method enum 2024-02-23 20:20:00 +01:00
Rene Schallner
edc297ce5a Update README.md 2024-02-23 20:19:48 +01:00
Rene Schallner
4f2a326948 Update README.md to point out even more prominently the zig master situation 2024-02-23 20:17:00 +01:00
Froxcey
39ee26f9a4 Use std.http.Method for Request.method 2024-02-23 20:16:44 +01:00
GitHub Action
8a9d7369df Update README 2024-02-23 20:16:26 +01:00
Rene Schallner
92e4a54362 fix workflow to detect failing builds of individual samples 2024-02-23 12:07:26 +01:00
Rene Schallner
615319ad39
Merge pull request #79 from joeypas/master
fixed unneeded optional unwrap in hello_json
2024-02-23 03:01:33 +01:00
Joe Liotta
fb0f947e5a
fixed unneeded optional unwrap in hello_json 2024-02-22 19:12:44 -05:00
Rene Schallner
0609f98e05 cosmetics 2024-02-22 22:54:46 +01:00
Rene Schallner
c91948933c access raw query params w/o allocator, close #40 2024-02-22 22:44:04 +01:00
Rene Schallner
92ad13d6c6
Merge pull request #75 from Chiissu/windows-errmsg
Provide Windows error message
2024-02-22 21:09:55 +01:00
Froxcey
2f174bbcef
Use debug.err and exit 1 for windows fail message 2024-02-19 20:37:08 +08:00
Froxcey
1328bdf7c2
Provide Windows error message 2024-02-13 00:07:32 +08:00
Rene Schallner
4254cc067e
Merge pull request #72 from Chiissu/master
Use std.http.Method for Request.method
2024-01-31 15:46:12 +01:00
Froxcey
37f7b8b4aa
Use custom method enum 2024-01-31 21:15:27 +08:00
Rene Schallner
be1947e6a4
Update README.md 2024-01-31 07:26:31 +01:00
Rene Schallner
f8b6ddf042
Update README.md to point out even more prominently the zig master situation 2024-01-31 07:23:40 +01:00
Froxcey
92fdb6605c
Use std.http.Method for Request.method 2024-01-27 21:10:04 +08:00
GitHub Action
9ce4b4438d Update README 2024-01-24 22:05:40 +00:00
Rene Schallner
220e1a0960 bump version in face of imminent release 2024-01-24 23:03:13 +01:00
Rene Schallner
bd1fbaee80 minor simple_router fixes 2024-01-24 22:59:38 +01:00
Rene Schallner
02449e01ff minor simple_router fixes 2024-01-24 22:58:19 +01:00
Rene Schallner
cccee2b14c updated docs to include zap.Router (not documented yet) 2024-01-24 14:13:53 +01:00
Rene Schallner
fa4acdf954 fix router constness for current zig 2024-01-24 14:10:07 +01:00
John Colvin
a330627b09 s/ednpoint/endpoint/ 2024-01-24 13:59:36 +01:00
stringnick
74ffd81bca update readme.md 2024-01-24 13:59:36 +01:00
stringnick
508b1a12c0 some refactoring 2024-01-24 13:59:36 +01:00
stringnick
2c2814144e simple router with clojure 2024-01-24 13:59:36 +01:00
Rene Schallner
b56b64f637
Merge pull request #71 from John-Colvin/patch-1
ednpoint typo
2024-01-24 13:51:46 +01:00
Rene Schallner
9122d7f9b0
Merge pull request #68 from StringNick/simple-router
simple router with handler clojures support
2024-01-24 13:50:58 +01:00
John Colvin
452ac7f12e
s/ednpoint/endpoint/ 2024-01-22 23:16:20 +00:00
stringnick
4058854a12 update readme.md 2024-01-18 21:39:05 +01:00
stringnick
5e76e17baf some refactoring 2024-01-18 21:33:26 +01:00
Craig Hewetson
88ec6316f3 Update Discord link to be exactly the same as the one in the readme file 2024-01-17 17:08:29 +01:00
Rene Schallner
5b14759b4b
Merge pull request #69 from craighewetson/update-contributing-discord-link
Update Discord link to be exactly the same as the one in the readme file
2024-01-17 17:06:27 +01:00
Craig Hewetson
a2c9c5dfff Update Discord link to be exactly the same as the one in the readme file 2024-01-17 16:32:44 +01:00
stringnick
f13160eda6 simple router with clojure 2024-01-13 13:23:54 +01:00
Rene Schallner
23b70b8881 update README: docs 2024-01-10 15:50:47 +01:00
Rene Schallner
ababe017a9 update README: docs 2024-01-10 15:49:30 +01:00
GitHub Action
e257ca6a43 Update README 2024-01-10 14:37:40 +00:00
Rene Schallner
9b6b53cf71 increased zon version number for imminent release 2024-01-10 15:32:00 +01:00
Rene Schallner
f4563f2357 added docs for gh pages 2024-01-10 15:25:02 +01:00
Rene Schallner
79aa63f717 exclude docs/ from gitignore 2024-01-10 15:24:31 +01:00
Rene Schallner
61fbbe8b08 Refactored request, auth, endpoint: - zap.Request : refactored into its own file, along with supporting types and functions (e.g. http params related) - added setContentTypeFromFilename thx @hauleth. - zap.Auth : zap.Auth.Basic, zap.Auth.BearerSingle, ... - zap.Endpoint : zap.Endpoint, zap.Endpoint.Authenticating 2024-01-10 15:13:25 +01:00
Rene Schallner
3295589584 update to latest zig master 2024-01-10 15:08:51 +01:00
Rene Schallner
07c74e757d Refactored request, auth, endpoint:
- zap.Request : refactored into its own file, along with supporting
  types and functions (e.g. http params related)
    - added setContentTypeFromFilename thx @hauleth.
- zap.Auth : zap.Auth.Basic, zap.Auth.BearerSingle, ...
- zap.Endpoint : zap.Endpoint, zap.Endpoint.Authenticating
2024-01-10 15:05:53 +01:00
Rene Schallner
214cfc5dee example comments 2024-01-09 16:01:53 +01:00
Rene Schallner
652f0e2277 Merge branch 'api_clean' into zig-0.12.0 2024-01-09 12:12:46 +01:00