Listen to one-shot connections
Find a file
Loic Nageleisen 8a5c956a24 Implement form-urlencoded support
Query and form return a Hash, folding duplicates with last-key-wins
strategy. *_array methods provide the seldom-used duplicate-preserving
counterparts.

Keep query and form separate, but provide params, which handles
both, with form having precedence over query.
2017-09-19 15:46:42 +02:00
lib Implement form-urlencoded support 2017-09-19 15:46:42 +02:00
test Implement form-urlencoded support 2017-09-19 15:46:42 +02:00
.gitignore Initial commit 2017-09-18 16:11:42 +02:00
.rubocop.yml Initial commit 2017-09-18 16:11:42 +02:00
Gemfile Initial commit 2017-09-18 16:11:42 +02:00
LICENSE Initial commit 2017-09-18 16:11:42 +02:00
nanoserve.gemspec Release v0.2.0 2017-09-19 14:12:00 +02:00
Rakefile Initial commit 2017-09-18 16:11:42 +02:00