FunctionTarget.http constructor

FunctionTarget.http(
  1. Handler function
)

Implementation

factory FunctionTarget.http(Handler function) = HttpFunctionTarget;