Any.Any

Adds a handler for all method types on the given path.

Parameters

path string

The path that gets handled.

callback Temp function
(
HTTPServerRequest
,
HTTPServerResponse
)

The handler that gets called for requests.

transformer Result function
(
Temp
)

The transformer function that converts output.

Meta