2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 months ago. based on code collected about 2 months ago.
Mar 19, 2023 — Mar 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed uri from http call as it is no longer needed. Changed uri variable to new_uri to better differentiate it from uri method. More... over 15 years ago
spec'd empty responses More... over 15 years ago
updated history More... over 15 years ago
fixed undefined method add_node for nil class in xml parsing. [#16 state:resolved] More... over 15 years ago
Made encoding on query parameters treat everything except URI::PATTERN::UNRESERVED as UNSAFE to force encoding of '+' character More... over 15 years ago
Prepped for 0.2.6 release. More... over 15 years ago
Explicitly require time for when httparty is used outside of rails. More... over 15 years ago
Prepped for 0.2.5 release. More... over 15 years ago
Added readme info on CLI interface. More... over 15 years ago
Prepped for 0.2.5 release. More... over 15 years ago
Added the bin/httparty executable. More... over 15 years ago
Handle nil or unexpected values better when typecasting. More... over 15 years ago
Prepped for 0.2.4 release. More... over 15 years ago
Updated version. More... over 15 years ago
Updated history file. More... over 15 years ago
Added a spec for the missing mimetype. Honestly don't think it is properly testing it. Someone is free to show me the way. More... over 15 years ago
Merge branch 'skippy/master' More... over 15 years ago
Prepped 0.2.3 release. More... over 15 years ago
Fixed typecast class variable naming conflict. More... over 15 years ago
Updated readme and website. More... over 15 years ago
test the actual http header, not really happy about the instance_variable_get and send More... over 15 years ago
trying to test http basic auth More... over 15 years ago
refactor private request methods to make them better testable More... over 15 years ago
uri is an instance variable, no need to have it as an method argument More... over 15 years ago
some http services don't have their content-type setup, perhaps because they don't return anything except a response code (not an excuse...but that is not uncommon). Do not fail if a content_type is not specified. More... over 15 years ago
Prepped for 0.2.2 release. More... over 15 years ago
Added missing to_xml_attributes method to hash More... over 15 years ago
Prepped for 0.2.1 release. More... over 15 years ago
Removed Hash#from_xml method from HTTParty and added regression spec to make sure HTTParty doesn't foobar ActiveSupport. More... over 15 years ago
Updated manifest. More... over 15 years ago