1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
httparty/lib
John Nunemaker 8b528632c1 Added first class response object that includes original body and status code.
response = HTTParty.get('http://google.com')
  puts response.original_body, response.status

Now parsing all response types and no longer raising exceptions. This is
because some non-200 responses return important information.
2009-01-28 14:46:15 -05:00
..
httparty Added first class response object that includes original body and status code. 2009-01-28 14:46:15 -05:00
core_extensions.rb Handle nil or unexpected values better when typecasting. 2009-01-29 02:01:46 +08:00
httparty.rb Added first class response object that includes original body and status code. 2009-01-28 14:46:15 -05:00
module_level_inheritable_attributes.rb Moved module inheritable attributes to it's own file. Added specs for HTTParty.get. 2008-12-06 19:43:31 -05:00