1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

Cleanup/docstring

This commit is contained in:
Jakub Roztocil
2016-11-23 22:29:36 +01:00
parent a49774d3ab
commit 54a63a810e
2 changed files with 6 additions and 3 deletions

View File

@@ -47,6 +47,9 @@ class AuthPlugin(BasePlugin):
If `auth_parse` is set to `True`, then `username`
and `password` contain the parsed credentials.
Use `self.raw_auth` to access the raw value passed through
`--auth, -a`.
Return a ``requests.auth.AuthBase`` subclass instance.
"""