You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[@http/route] allow asURLPattern to accept a full URL pattern string, by
attempting to parse the pattern directly with new URLPattern before falling
back to treating it as pathname of a URLPatternInit
[@http/route] allow byPattern, bySubPattern, cascade and lazy handlers
to return something other than a Response if desired
Fixed
[@http/discovery] remove use of @std/url in tests
[@http/host-deno-local], [@http/host-deno-deploy] fix Deno.serve related
types
[@http/response] allow prependDocType to accept Iterable<Uint8Array> which
is now a valid type of BodyInit