forked from rack/rack-test
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for :query_params to set query parameters for non-GET req…
…uests This allows you to set both body parameters (:params) and query parameters (:query_params) for non-GET requests. For consistency, GET requests also support :query_params. If both :params and :query_params are provided, :params will append to the existing query before :query_params. Implements rack#150.
- Loading branch information
1 parent
19c1eab
commit c96a606
Showing
2 changed files
with
43 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters