aiohttp-negotiate

Mixin for Negotiate authentication for aiohttp


License
BSD-3-Clause
Install
pip install aiohttp-negotiate==0.0.0

Documentation

aiohttp-negotiate

A mixin for supporting Negotiate authentication with aiohttp.

Usage

from aiohttp_negotiate import NegotiateClientSession

session = NegotiateClientSession()
resp = yield from session.get('https://example.com/')