Module webhook_flows::route

source ·

Structs

Enums

Functions

  • Helper for wrapping function to a Handler, and then binding to ‘DELETE’ method.
  • Helper for wrapping function to a Handler, and then binding to ‘GET’ method.
  • Helper for wrapping function to a Handler, and then binding to ‘HEAD’ method.
  • Helper for wrapping function to a Handler, and then binding to ‘OPTIONS’ method.
  • Helper for wrapping function to a Handler, and then binding to ‘PATCH’ method.
  • Helper for wrapping function to a Handler, and then binding to ‘POST’ method.
  • Helper for wrapping function to a Handler, and then binding to ‘PUT’ method.
  • Route path to handler. For calling the exact handler, construct the router then pass it to this function.
  • Helper for wrapping function to a Handler, and then binding to ‘TRACE’ method.