13 Commits (Mesure-preliminaire)

Author SHA1 Message Date
Giacomo Tanganelli 92c0258241
Merge branch 'master' into fix-token 3 years ago
Giacomo Tanganelli 7816d86972
Merge pull request #10 from michieldwitte/master
Added purging transactions as client, don't add transaction when no_response is True
3 years ago
Hubert Miś 297404ce33 Fix token handling
Token was encoded as utf-8 string. However, token is a byte string
that is not required to be utf-8 encodable. This patch changes
token type in the Message class to string of bytes instead of string
of characters.

Signed-off-by: Hubert Miś <hubert.mis@gmail.com>
3 years ago
Björn Freise 5bebe167a9 Cleanup
- removed obsolete imports
- Location-Path and Location-Query only in answers with "Created" Status
- Fixed / for root-resource as RemoteResource for reverse-proxy
- Fixed parsing of long options in serializer.py
- Commented out unit tests reactivated
- Removed default logging
5 years ago
Björn Freise 2eafa64308 Token stored as bytes and not limited to ascii chars anymore 5 years ago
Björn Freise 36fb9f243a Respect binary coded payload data 5 years ago
Björn Freise 3c7b11c149 Clean up logger-calls - more semetrical through out the code 5 years ago
Björn Freise 5da871355a Clean up printf((...) and some imports 5 years ago
Michiel De Witte 4e1c7d2bba catch UnicodeDecodeError 5 years ago
office-gateway f81f415da8 Let the outbound payload be binary 6 years ago
giacomo.tanganelli@for.unipi.it 418143f9df Fix message.payload_type 6 years ago
Michiel De Witte a9ce746b21 If the payload type is an octet-stream don't parse it as utf-8 6 years ago
giacomo.tanganelli@for.unipi.it 4db21cd7e7 Porting to Python3 6 years ago