ErrLookup › jnunemaker/httparty
jnunemaker/httparty
:tada: Makes http fun again! · Ruby · 29 source files
Analyzed at 8f4a09e343 on 2026-08-21. 20 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| #{response} | exception | error | ruby, httparty, redirect, http-headers, protocol-error, security |
| Default params must be an object which responds to #to_hash | exception | error | ruby, httparty, configuration, validation, argument-error, query-params |
| Headers must be an object which responds to #to_hash | exception | error | ruby, httparty, configuration, validation, argument-error, http-headers |
| Cookies must be an object which responds to #to_hash | exception | error | ruby, httparty, configuration, validation, argument-error, cookies |
| The URI adapter should respond to #parse | exception | error | ruby, httparty, configuration, validation, argument-error, uri |
| #{ timeout_type } must be an integer or float | exception | error | ruby, httparty, configuration, validation, argument-error, timeout |
| '#{format.inspect}' Must be one of: #{supported_format_names | exception | error | ruby, httparty, configuration, validation, response-format, parser |
| uri must be a #{uri_adapter}, not a #{uri.class} | exception | error | ruby, httparty, validation, argument-error, uri, connection-adapter |
| #{self.class.name} has not implemented a decompression metho | exception | error | ruby, httparty, decompression, content-encoding, not-implemented, response-body |
| #{self.class.name} has not implemented a parsing method for | exception | error | ruby, httparty, parser, response-parsing, not-implemented, json, xml |
| bad argument (expected #{uri_adapter} object or URI string) | exception | error | ruby, httparty, validation, argument-error, uri, nil-safety |
| '#{new_uri}' Must be HTTP, HTTPS or Generic | exception | error | ruby, httparty, uri, scheme, validation |
| only get, post, patch, put, delete, head, and options method | exception | error | ruby, httparty, validation, argument-error, http-method, verb |
| :headers must be a hash | exception | error | ruby, httparty, validation, argument-error, http-headers, request-options |
| only one authentication method, :basic_auth or :digest_auth | exception | error | ruby, httparty, validation, argument-error, authentication, basic-auth, digest-auth |
| :basic_auth must be a hash | exception | error | ruby, httparty, validation, argument-error, authentication, basic-auth, request-options |
| :digest_auth must be a hash | exception | error | ruby, httparty, validation, argument-error, authentication, digest-auth, request-options |
| :query must be hash if using HTTP Post | exception | error | ruby, httparty, validation, argument-error, query-params, http-post, request-options |
| Requested URI '#{new_uri}' has host '#{new_uri.host}' but th | exception | error | ruby, httparty, ssrf, security, uri, base-uri, credentials |
| [DEPRECATION] HTTParty will no longer override `response#nil | console | warning | ruby, httparty, deprecation, response, nil-handling, upgrade |