Uses a handler to map another handler's request type from one type to another. See route for example usage.
The source request type.
The destination request type.
Handler that implements the mapping from the request type A to request type B.
Generated using TypeDoc
Uses a handler to map another handler's request type from one type to another. See route for example usage.