ParametersSingleImpl
class ParametersSingleImpl(name: String, values: List<String>) : StringValuesSingleImpl, Parameters(source)
Functions
Link copied to clipboard
Encode form parameters
Link copied to clipboard
Encode form parameters to the specified out appendable
Link copied to clipboard
Plus operator function that creates a new parameters instance from the original one concatenating with other
Link copied to clipboard
Converts parameters to query parameters by fixing the Parameters.get method to make it return an empty string for the parameters without value (e.g., ?empty
)