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

32 commits

Author SHA1 Message Date
John Nunemaker
2d85b7bd6a Prepped for 0.4.0 release. 2009-03-29 00:33:23 -04:00
John Nunemaker
8115056d74 Prepped for 0.3.1 release. 2009-02-10 23:40:21 -05:00
John Nunemaker
577798b69f Prepped for 0.3.0 release. 2009-01-31 01:59:16 -05:00
John Nunemaker
ce172b8904 prepped for 0.2.10 release. 2009-01-29 23:07:27 -05:00
John Nunemaker
939568584c Updated gemspec to 0.2.9 2009-01-29 04:26:10 -05:00
John Nunemaker
4b117bc428 Updated history and prepped for 0.2.9 release. 2009-01-29 04:24:42 -05:00
Don Petersen
6db6670994 Add support for a ":cookies" option to be used at the class level, or as
an option on any individual call.  It should be passed a hash, which
will be converted to the proper format and added to the request headers
when the call is made.

No special handling is in place for semi-colons, commas, or whitespace.
The RFC doesn't specify an official method for escaping them.  That's
your problem.

Signed-off-by: John Nunemaker <nunemaker@gmail.com>
2009-01-29 17:12:05 +08:00
John Nunemaker
2bb92d8e86 Prepped for 0.2.8 release. 2009-01-28 16:16:43 -05:00
John Nunemaker
4790c8789d Bumped version and prepped for release. 2009-01-28 14:52:40 -05:00
John Nunemaker
bb20657a46 Prepped for 0.2.6 release. 2009-01-05 11:56:29 -05:00
John Nunemaker
899572008c Prepped for 0.2.5 release. 2009-01-05 02:03:56 -05:00
John Nunemaker
78f0c846d8 Prepped for 0.2.5 release. 2009-01-05 01:46:36 -05:00
John Nunemaker
5615a4ba05 Added the bin/httparty executable.
This uses HTTParty to query services and format the responses
in several different ways. It's a handy way to explore web services
or simply query them.

Conflicts:

	httparty.gemspec
	lib/httparty/version.rb
2009-01-05 00:58:05 -05:00
John Nunemaker
3c54cf2caa Prepped for 0.2.4 release. 2008-12-23 13:12:36 -05:00
John Nunemaker
73b11136e6 Prepped 0.2.3 release. 2008-12-23 12:43:31 -05:00
John Nunemaker
e58cb014d8 Prepped for 0.2.2 release. 2008-12-08 21:30:48 -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
411340826b Fixed weird uri normalizing issue that occurred when I was doing normalization in request object. Also caught a piece of ActiveSupport Hash#to_query that I was using. Added Hash#to_params to fix that bug. 2008-12-06 23:41:28 -05:00
John Nunemaker
e72ec5a483 Updated manifest, history and gemspec for 0.1.8. 2008-12-05 17:24:01 -05:00
John Nunemaker
82dd6159db Prepped for 0.1.7 release. 2008-11-30 23:59:28 -05:00
John Nunemaker
a517168278 Fixed weird issue with content length when using net http post method. [#9 state:resolved] 2008-11-26 01:26:32 -05:00
John Nunemaker
343ac9ca2c Prepped for 0.1.5 release. 2008-11-14 14:08:29 -05:00
John Nunemaker
ae864580ed Prepped for 0.1.4 release. 2008-11-08 11:30:26 -05:00
John Nunemaker
42a023886c Prepped gemspec for release. 2008-08-22 21:53:58 -04:00
Franck ROUDET
b0f1cc2a8d Raises exception when http error occurs. Added http_proxy key for setting proxy server and port. [#3 state:resolved] [#7 state:resolved] 2008-08-22 16:32:42 -04:00
John Nunemaker
e9003555f0 updated date in gemspec. 2008-08-22 16:26:07 -04:00
John Nunemaker
427958ade7 Updated for new release. Added rake task to help with prepping for release. 2008-08-09 15:20:32 -04:00
John Nunemaker
72f09186e8 Updated history, version and gemspec. 2008-07-31 00:24:29 -04:00
John Nunemaker
9543593d74 Updated gemspec to include website files 2008-07-29 12:17:12 -04:00
John Nunemaker
3c4f5edb01 Made sure I got the manifest and gem stuff all right. 2008-07-28 16:50:17 -04:00
John Nunemaker
e221365029 Adjusted post install. Tweaked example. Created gemspec for github. Uncommented extra dependencies in hoe. 2008-07-28 16:48:22 -04:00