Registry / networking / uri-query-params

uri-query-params

JSON →
library0.8.2rbrubygemsunverified

Allows access to the query component of a URI as a Hash.

gem install uri-query_params
INSTALL
IMPORT
SIG · URI-QUERY-PARAMS
U
uri-query-params
networkingrubyv0.8.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

URI::QueryParams
require 'uri/query_params'

Parse URI query parameters into a hash.

require 'uri/query_params' uri = URI.parse('http://example.com?a=1&b=2') uri.query_params # => {"a"=>"1", "b"=>"2"}
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
uri-query-params — gem install uri-query-params · libregistry