patch

igwn_auth_utils.requests.patch(url, *args, session=None, **kwargs)[source]

Send an HTTP PATCH request to the specified URL with IGWN Auth attached.

Parameters:
url

The URL to request.

session=None

The connection session to use, if not given one will be created on-the-fly.

*args

All other keyword arguments are passed directly to requests.Session.patch()

**kwargs

All other keyword arguments are passed directly to requests.Session.patch()

Returns:

resp – the response object

Return type:

requests.Response

See also

requests.Session.patch

for information on how the request is performed