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