Improve response handling

This commit is contained in:
Akira Tempaku 2024-10-02 23:36:30 +09:00
commit 34eb2e000a
4 changed files with 18 additions and 24 deletions

View file

@ -5,6 +5,7 @@
(:local-nicknames (#:fbr #:ningle-fbr))
(:local-nicknames (#:env #:hp/env))
(:local-nicknames (#:mw #:hp/middlewares/*))
(:import-from #:hp/response)
(:export #:start
#:stop
#:update))