1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
Commit graph

15 commits

Author SHA1 Message Date
John Nunemaker
2bb92d8e86 Prepped for 0.2.8 release. 2009-01-28 16:16:43 -05:00
John Nunemaker
79d9ed6677 Fixed support for specifying headers from CLI.
Added support for basic auth from CLI.
2009-01-28 14:51:32 -05:00
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
John Nunemaker
a2686cf97b More robust handling of mime types (Alex Vollmer) 2009-01-28 14:06:46 -05:00
John Nunemaker
85f7c35bcf updated history 2009-01-28 13:13:22 -05:00
John Nunemaker
71d41172a3 fixed undefined method add_node for nil class in xml parsing. [#16 state:resolved] 2009-01-28 12:55:25 -05:00
John Nunemaker
bb20657a46 Prepped for 0.2.6 release. 2009-01-05 11:56:29 -05:00
John Nunemaker
78f0c846d8 Prepped for 0.2.5 release. 2009-01-05 01:46:36 -05:00
John Nunemaker
cae04e3822 Updated history file. 2008-12-23 13:10:40 -05:00
John Nunemaker
e73bdb92a5 Fixed typecast class variable naming conflict. 2008-12-23 12:43:13 -05:00
John Nunemaker
6f361ed59e Added missing to_xml_attributes method to hash 2008-12-08 21:30:26 -05:00
John Nunemaker
a0f8ade61b Prepped for 0.2.1 release. 2008-12-08 21:19:48 -05:00
John Nunemaker
941ef71531 Prepped for 0.2.0 release. 2008-12-07 00:02:51 -05:00
John Nunemaker
e72ec5a483 Updated manifest, history and gemspec for 0.1.8. 2008-12-05 17:24:01 -05:00
John Nunemaker
6b9a9c85d1 Forgot to rename history file. 2008-12-05 17:15:42 -05:00
Renamed from History.txt (Browse further)