homebox/backend/pkgs/server
Hayden 6529549289
refactor: http interfaces (#114)
* implement custom http handler interface

* implement trace_id

* normalize http method spacing for consistent logs

* fix failing test

* fix linter errors

* cleanup old dead code

* more route cleanup

* cleanup some inconsistent errors

* update and generate code

* make taskfile more consistent

* update task calls

* run tidy

* drop `@` tag for version

* use relative paths

* tidy

* fix auto-setting variables

* update build paths

* add contributing guide

* tidy
2022-10-29 18:15:35 -08:00
..
constants.go update error handlers 2022-08-30 16:40:27 -08:00
errors.go refactor: http interfaces (#114) 2022-10-29 18:15:35 -08:00
handler.go refactor: http interfaces (#114) 2022-10-29 18:15:35 -08:00
middleware.go refactor: http interfaces (#114) 2022-10-29 18:15:35 -08:00
mux.go refactor: http interfaces (#114) 2022-10-29 18:15:35 -08:00
request.go refactor: http interfaces (#114) 2022-10-29 18:15:35 -08:00
request_test.go Initial commit 2022-08-29 18:30:36 -08:00
response.go refactor: http interfaces (#114) 2022-10-29 18:15:35 -08:00
response_test.go refactor: http interfaces (#114) 2022-10-29 18:15:35 -08:00
result.go refactor: http interfaces (#114) 2022-10-29 18:15:35 -08:00
server.go refactor: http interfaces (#114) 2022-10-29 18:15:35 -08:00
server_options.go refactor: http interfaces (#114) 2022-10-29 18:15:35 -08:00
server_test.go refactor: http interfaces (#114) 2022-10-29 18:15:35 -08:00
worker.go feat: user profiles (#32) 2022-10-06 21:54:09 -05:00