Package common :: Module urllib2ext
[frames] | no frames]

Module urllib2ext

source code

Classes
  GssapiAuthError
raised on error during authentication process
  HTTPGssapiAuthHandler
Negotiate HTTP authentication using context from GSSAPI
Functions
 
get_negociate_value(headers) source code
Variables
  RGX = re.compile('(?:.*,)*\s*Negotiate\s*([^,]*),?', re.I)