configure method

configure

Configures the request headers for the given URI.

def configure(self, uri, headers):
    ...
Parameter Type Description
uri str The URI for which headers are being configured.
headers list The collection of headers to configure.

See Also