robotframework-httplibrary
robotframework-httplibrary copied to clipboard
support bodies with unicode
Hi @peritus,
please consider these fixes regarding Unicode in request/response bodies for merging. It seems likely that this PR fixes the issues mentioned by @jinlxz in https://github.com/peritus/robotframework-httplibrary/pull/18#issuecomment-65240835.
Btw, while debugging this I found that the special treatment regarding 'Content-Type' originally added in 7cf67c8da20c6d28d1fe5cdb0589f07748a83743 for POST and in 04c955238633625ffb784ae19769df5ebd516104 for PUT may have become superfluous.
Thanks Oliver