method
fun <P1 : Parameters> method(method: Method, uriWithParameters: URIWithParameters<P1>): HttpEndpointBuildingContext<P1, Input<Headers0, EmptyBody>, Outputs0>(source)
Seeds the next builder stage with the chosen HTTP method and URI template.
The resulting context always starts with an empty request contract and no outputs so later DSL steps can refine those parts explicitly.