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

19 commits

Author SHA1 Message Date
John Nunemaker
9c7c441d74 Fixed manifest. 2009-07-19 20:30:56 -04:00
John Nunemaker
44f81ec186 prepped for 0.4.4 release. 2009-07-19 20:13:57 -04:00
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
39867c3086 updated manifest 2009-01-31 01:15:15 -05:00
John Nunemaker
ce172b8904 prepped for 0.2.10 release. 2009-01-29 23:07:27 -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
Don Petersen
2febfe3c83 Cucumber features and steps for most functionality as of the 0.2.8
version.  No features for the CLI yet.

Signed-off-by: John Nunemaker <nunemaker@gmail.com>
2009-01-29 17:12:03 +08:00
John Nunemaker
4790c8789d Bumped version and prepped for release. 2009-01-28 14:52:40 -05:00
John Nunemaker
899572008c Prepped for 0.2.5 release. 2009-01-05 02:03:56 -05:00
John Nunemaker
dbb68d047d Added readme info on CLI interface.
Ensured that CLI defaults to ruby pp.
2009-01-05 02:03:37 -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
a0f8ade61b Prepped for 0.2.1 release. 2008-12-08 21:19:48 -05:00
John Nunemaker
8591270358 Updated manifest. 2008-12-07 00:04:24 -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
4a7f25d224 Moving to Echoe from newgem. 2008-12-05 17:10:21 -05:00
Renamed from Manifest.txt (Browse further)