• emarref avatar
    HttpMiddlewareChain
    @emarref
    An implementation of chainable http middleware. Wrap your http handlers in middleware to add functionality and reduce code duplication. export default function chain() .then(add(requireHttpMethod("post"))) .then(add(requireAuthentication())) .then(send())
    Script
  • emarref avatar
    HttpMiddleware
    @emarref
    Chainable middleware functions to simplify http requests.
    Script
1
Next
June 14, 2024