Package httxlib :: Module httxutil
[hide private]
[frames] | no frames]

Module httxutil

source code

Functions [hide private]
 
parse_keqv_list(l)
Parse list of key=value strings where keys are not duplicated.
source code
 
parse_http_list(s)
Parse lists as described by RFC 2068 Section 2.
source code
 
get_cnonce(nonce_count, nonce) source code
 
get_algorithm_impls(algorithm) source code
 
randombytes(n) source code
Variables [hide private]
  __package__ = 'httxlib'
Function Details [hide private]

parse_http_list(s)

source code 

Parse lists as described by RFC 2068 Section 2.

In particular, parse comma-separated lists where the elements of the list may include quoted-strings. A quoted-string could contain a comma. A non-quoted string could have quotes in the middle. Neither commas nor quotes count if they are escaped. Only double-quotes count, not single-quotes.