Created
June 1, 2011 07:35
-
-
Save himynameisjonas/1001931 to your computer and use it in GitHub Desktop.
HTTP Client bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Response body from curl | |
{"hit":{"author_id":40,"date":"2011-05-31T15:06:47Z","extract":"<a href=\"http://twitter.com/DanWarp\">@DanWarp</a> I'm so excited!!!!! It's going to be <b>awesome</b>(;","profile_id":1,"source_name":null,"starred":false,"title":"@DanWarp I'm so excited!!!!! It's going to be awesome(;","url":"http://twitter.com/SparksFlyyXx/statuses/75578980698304512","uri":"/accounts/1/profiles/1/hits/32825","hit_type":"tweet"}} | |
# Response body in HTTP Client | |
<"hit":{"author_id":40,"date":"2011-05-31T15:06:47Z","extract":"<a href=\"http://twitter.com/DanWarp\">@DanWarp</a> I'm so excited!!!!! It's going to be <b>awesome</b> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment