Changeset 82 for trunk/bin/bletchley-http2py
- Timestamp:
- 06/26/15 22:04:19 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/bletchley-http2py
r81 r82 152 152 # TODO: Perhaps you needs something like this? 153 153 # (See 'bletchley-decode -e ?' for a list of encodings) 154 # return blobtools.decode All(['percent/mixed','base64/rfc3548'], token)154 # return blobtools.decodeChain(['percent/mixed','base64/rfc3548'], token) 155 155 return token 156 156 … … 158 158 def encode(binary): 159 159 # TODO: Perhaps you needs something like this? 160 # return blobtools.encode All(['base64/rfc3548', 'percent/mixed'], binary)160 # return blobtools.encodeChain(['base64/rfc3548', 'percent/mixed'], binary) 161 161 return binary 162 162 ''' % (repr(host),repr(port),repr(protocol)))
Note: See TracChangeset
for help on using the changeset viewer.