HaoLe

Results 3 comments of HaoLe

I am testing with httpbin but my respon body is like this. I want to map headers field into a dictionay

@sunshinejr This is my URL to httpbin URL: https://httpbin.org/post Method: POST Parammeters: ``` { "target": "facebook", "token": "djkshksgjksgk", "username": "thienhaole92", "password": "123456" } ``` Response: ``` { "args": {}, "data":...

If I switch to ```[String : String]``` I can not map dictionary to object if it has Number or somethings else