robotframework-requests
robotframework-requests copied to clipboard
could post data encoding support other except utf8
_utf8_urlencode in utils.py is encoding by utf8, could it support other such as gbk?
could it use content-type request header if charset in it, then use this to encoding?