post
fun <P1 : Parameters> post(uriWithParameters: URIWithParameters<P1>): HttpEndpointBuildingContext<P1, Input<Headers0, EmptyBody>, Outputs0>(source)
Starts a POST endpoint from a precomposed URI template.
fun post(path: String): HttpEndpointBuildingContext<Parameters0, Input<Headers0, EmptyBody>, Outputs0>(source)
Starts a POST endpoint from a slash-separated literal path.
fun <P : Any> post(parameter: Parameter<P>): HttpEndpointBuildingContext<Parameters1<P>, Input<Headers0, EmptyBody>, Outputs0>(source)
Starts a POST endpoint whose URI is built from a single parameter.