Request
Properties
Link copied to clipboard
                  the headers of the request, represented as a map of header names to their corresponding values
Link copied to clipboard
                  the HTTP method of the request
Link copied to clipboard
                  the query parameters of the request. For GET and HEAD requests, the query parameters will be appended to the end of the URL. For POST requests, the query parameters will be added as name/value pairs to the request's form body.
Functions
Link copied to clipboard
                  Creates a Request.Builder that is initialized with this request. Allows modifying existing requests, for example during request interception.