cc25995659
Merge pull request 'refactor/idiomatic-handlers-middlewares' (#25) from refactor/idiomatic-handlers-middlewares into 0.4.0
fd1ced5a8b
fix: restore request denied on invalid auth after contextual middlwares
97941da901
docs: update README for context.Context and middlewares
af63c4514b
refactor: idiomatic remove of api.Context for context.Context, custom middlewares for standard http middlewares
6a78351a2c
doc: update README for *api.Context handler argument
refactor/idiomatic-handlers-middlewares
380dda2d0a
Merge pull request 'refactor/idiomatic-handlers-middlewares' (#24) from refactor/api-context into 0.4.0
97941da901
docs: update README for context.Context and middlewares
af63c4514b
refactor: idiomatic remove of api.Context for context.Context, custom middlewares for standard http middlewares
6a78351a2c
doc: update README for *api.Context handler argument
53dfc8f679
feat: *api.Context is required as first handler argument
xdrm-brackets
created branch refactor/idiomatic-handlers-middlewares in go/aicra
2021-06-20 08:24:22 +00:00
xdrm-brackets
pushed to refactor/idiomatic-handlers-middlewares at go/aicra
2021-06-20 08:24:22 +00:00
fd1ced5a8b
fix: restore request denied on invalid auth after contextual middlwares
refactor: handler signature an middlewares for an idiomatic solution
380dda2d0a
Merge pull request 'refactor/idiomatic-handlers-middlewares' (#24) from refactor/api-context into 0.4.0
97941da901
docs: update README for context.Context and middlewares
af63c4514b
refactor: idiomatic remove of api.Context for context.Context, custom middlewares for standard http middlewares
6a78351a2c
doc: update README for *api.Context handler argument
53dfc8f679
feat: *api.Context is required as first handler argument
refactor: handler signature an middlewares for an idiomatic solution