You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
httpx is a fantastic library for doing http request operations and implement REST APIs.
REST APIs rely on Authentication methods to grant access for services.
Two documentations add the reference for most basic authentication methods that a library should provid:
Therefore an additional Auth methods should be provided by httpx beside the already given (Basic, Digest and NetRC):
Additional higher Level Authentication Protocols should go into the third-party addon httpx-auth:
Beta Was this translation helpful? Give feedback.
All reactions