Class | Rack::MatrixParams |
In: |
lib/sinatra/rack_matrix_params.rb
|
Parent: | Object |
This will allow to use ‘matrix’ params in requests, like:
example.com/library;section=nw/books;topic=money;binding=hardcover
Will result in this params matrix:
All HTTP methods are supported, in case of POST they will be passed as a regular <form> parameters.