Skip to content

Add support for all HTTP methods

This MR adds support for all HTTP methods, not just GET.

Only the new generic request() function is added to the top-level API, the other method functions can be directly imported as

from igwn_auth_utils.requests import post

Merge request reports