Adrien Marquès xdrm-brackets
xdrm-brackets merged pull request go/aicra#19 2021-05-10 14:42:58 +00:00
feature: add optional context to handlers
xdrm-brackets created pull request go/aicra#19 2021-05-10 08:26:23 +00:00
feature: add optional context to handlers
xdrm-brackets pushed to feature/context at go/aicra 2021-04-19 21:34:18 +00:00
af106acd3f refactor: test: dynamic function handler
b88a4439c8 fixup: update comment for optional api.Ctx
e44dab4bc9 fixup: remove HasContext from spec
Compare 3 commits »
xdrm-brackets pushed to feature/context at go/aicra 2021-04-19 16:48:07 +00:00
1245861be7 test: builder
xdrm-brackets pushed to feature/context at go/aicra 2021-04-18 17:31:43 +00:00
d6f8457274 feat: pass optional context argument to handlers
939ab2e57d fixup: expose api context fields
0a55c2ee13 feat: add optional api.Ctx first argument to handler checker
24be7c294e test: dynamic func input
f334d19ef4 feat: add api context type
xdrm-brackets closed pull request go/aicra#17 2021-04-18 16:08:22 +00:00
feature: add context to handlers and middlewares
xdrm-brackets pushed to 0.3.0 at go/aicra 2021-04-18 16:08:11 +00:00
08b825b38f Merge pull request 'feature: add http middleware capability' (#18) from feature/middleware into 0.3.0
a693bbbf9b fix: reflect assign value to pointer of value in call argument
3986f7a022 fix: remove recoverer and body closer; must be users' responsability
14ae59561c feat: encapsulate request handling into adapters
96164127e1 feat: add Use() method to add adapters to the aicra builder
Compare 6 commits »
xdrm-brackets merged pull request go/aicra#18 2021-04-18 16:08:11 +00:00
feature: add http middleware capability
xdrm-brackets created pull request go/aicra#18 2021-04-18 16:07:53 +00:00
feature: add http middleware capability
xdrm-brackets pushed to feature/middleware at go/aicra 2021-04-18 16:05:50 +00:00
a693bbbf9b fix: reflect assign value to pointer of value in call argument
3986f7a022 fix: remove recoverer and body closer; must be users' responsability
14ae59561c feat: encapsulate request handling into adapters
96164127e1 feat: add Use() method to add adapters to the aicra builder
87c15b91e5 feat: add middleware (Adapter) type
xdrm-brackets created pull request go/aicra#17 2021-04-17 12:06:18 +00:00
feature: add context to handlers and middlewares
xdrm-brackets pushed to feature/handler-context at go/aicra 2021-04-17 12:05:36 +00:00
5e5ca2d693 feat: add api context to handlers and add middlewares with Builder.With()
5730966d35 feat: add api context and middleware interface
xdrm-brackets pushed tag v0.3.2 to go/aicra 2021-03-28 17:46:13 +00:00
xdrm-brackets pushed to 0.3.0 at go/aicra 2021-03-28 17:44:59 +00:00
f3127edde1 Merge pull request 'improvements, fixes, update to go 1.16' (#16) from refactor/go1.16 into 0.3.0
546130cfd0 update: readme
11aa9f0a0f fix: global handler recoverer
468a09be8d update: rename 'Server' into 'Handler'
10e59acdae fix: test string-int concatenation warnings
Compare 8 commits »
xdrm-brackets merged pull request go/aicra#16 2021-03-28 17:44:59 +00:00
improvements, fixes, update to go 1.16
xdrm-brackets created pull request go/aicra#16 2021-03-28 17:43:21 +00:00
WIP: test for go 1.16, fixes improvements and refactor
xdrm-brackets pushed to 0.3.0 at go/aicra 2021-03-28 17:42:01 +00:00
4dc13345e4 update readme and minor refactor
xdrm-brackets pushed to refactor/go1.16 at go/aicra 2021-03-28 17:41:37 +00:00
546130cfd0 update: readme
11aa9f0a0f fix: global handler recoverer
468a09be8d update: rename 'Server' into 'Handler'
10e59acdae fix: test string-int concatenation warnings
334f1fba21 feat: add builder helpers Get(), Post(), Put(), Delete() that proxies to Bind()
xdrm-brackets pushed tag v0.3.2 to go/aicra 2021-03-28 00:56:37 +00:00
xdrm-brackets pushed to 0.3.0 at go/aicra 2021-03-28 00:52:12 +00:00
4dc13345e4 update readme and minor refactor