1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
httparty/Manifest
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

48 lines
1.2 KiB
Text

bin/httparty
cucumber.yml
examples/aaws.rb
examples/basic.rb
examples/delicious.rb
examples/google.rb
examples/rubyurl.rb
examples/twitter.rb
examples/whoismyrep.rb
features/basic_authentication.feature
features/command_line.feature
features/deals_with_http_error_codes.feature
features/handles_multiple_formats.feature
features/steps/env.rb
features/steps/httparty_response_steps.rb
features/steps/httparty_steps.rb
features/steps/mongrel_helper.rb
features/steps/remote_service_steps.rb
features/supports_redirection.feature
History
httparty.gemspec
lib/core_extensions.rb
lib/httparty/cookie_hash.rb
lib/httparty/exceptions.rb
lib/httparty/request.rb
lib/httparty/response.rb
lib/httparty/version.rb
lib/httparty.rb
lib/module_level_inheritable_attributes.rb
Manifest
MIT-LICENSE
Rakefile
README
setup.rb
spec/as_buggery_spec.rb
spec/fixtures/delicious.xml
spec/fixtures/empty.xml
spec/fixtures/google.html
spec/fixtures/twitter.json
spec/fixtures/twitter.xml
spec/fixtures/undefined_method_add_node_for_nil.xml
spec/httparty/cookie_hash_spec.rb
spec/httparty/request_spec.rb
spec/httparty_spec.rb
spec/spec.opts
spec/spec_helper.rb
website/css/common.css
website/index.html