Uses of Interface
io.helidon.common.uri.UriQueryWriteable
Package
Description
URI utilities.
Helidon WebClient APIs shared by all types of clients.
-
Uses of UriQueryWriteable in io.helidon.common.uri
Modifier and TypeMethodDescriptionAdd a new query parameter or add a value to existing.static UriQueryWriteable
UriQueryWriteable.create()
Create a new HTTP Query to write parameter into.Update this query by copying all names and their value(s) from the provided query.Remove a query parameter.Remove a query parameter.Set a query parameter with values.UriQueryWriteable.setIfAbsent
(String name, String... value) Set a query parameter with values, if not already defined. -
Uses of UriQueryWriteable in io.helidon.webclient.api