api

http4k / org.http4k.security / fragmentParameter

fragmentParameter

fun Uri.fragmentParameter(name: String, value: String?): Urifun Request.fragmentParameter(name: String): String?

Retrieves the first fragment parameter value with this name.

fun Request.fragmentParameter(name: String, value: String?): Request

(Copy &) Adds a query value with this name.