HttpHeaders
This class represents HTTP request/response headers. It is essentially a multimap of header names (strings) and their corresponding values (strings).
Important: This is a Public Preview API. It may be changed or removed at any time.
Types
Functions
Link copied to clipboard
Returns an iterator over the header name-value pairs.
Link copied to clipboard
Creates a new HttpHeaders instance based on this object, using a Kotlin domain-specific language (DSL) builder.
Link copied to clipboard
Returns Builder that is initialized with the header values.