deno_http_fns
deno_http_fns copied to clipboard
Split into separate JSR packages
At present this whole lib is released as @http/fns on JSR.
I'd like to eventually break it down into separate packages, as the @std lib does.
Initial idea for packages:
-
@http/route- to contain all theby*modules,cascade,withFallback,as_url_patternetc -
@http/response- for all theresponse/*helper fns -
@http/request- for allrequest/*helper fns -
@http/interceptor- for all interceptor related fns -
@http/discovery- for all route/module discovery fns and mappers -
@http/generate- for all code generator fns -
@http/host-*for various hosting adaptors, eg.host-deno-local,host-deno-deploy,host-cloudflare
Beta releases of the separate packages are now on JSR... https://jsr.io/@http
work on this is in the workspaces branch
Merged to main