Skip to content

ox-it/aiohttp-negotiate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/')