w10schools
Login
Register
In current category
Only my posts
Home
Tutorials
HTML, CSS
HTML, HTML5
CSS, CSS3
XML
JavaScript, AJAX
PHP
Ruby on Rails
Ruby
Rails
ASP.NET
ASP
C# .NET
Java
JSP
Databases
MySQL
MSSQL Server
Oracle
Web Server
Windows
Linux
Apache
IIS
Design
Dreamweaver
Flash
Photoshop
Fireworks
CorelDRAW
Illustrator
References
HTML
Bootstrap
CSS
CSS Selectors
Sass
JavaScript
Mobile Apps
Cordova
Ruby on Rails
Ruby
Rails
PHP
Function
Language
CodeIgniter
Phalcon
PHPUnit
Symfony
Drupal
Yii
Laravel
Perl
Perl
Python
Python
Django
NumPy
Pandas
scikit-image
scikit-learn
Statsmodels
Matplotlib
Lua
Lua
C, C++
C
C++
Server
Docker
Apache HTTP Server
Nginx
Database
PostgreSQL
Big Data
TensorFlow
Game Development
Phaser
LÖVE
Articles
News
General
Website Promotion
Online Advertising
Make Money Online
Editorials
Interviews
Web Roundups
Resources
Design
Fonts
Graphics
Vectors
Templates
UI (User Interface)
Brushes
Patterns, Backgrounds
Textures
Web Development
HTML, CSS
XML
JavaScript, AJAX
Ruby on Rails
PHP
Java
.NET
Python
Perl
Flash
Mobile Application Development
Mobile Development Tools
Swift
Online Services
Online Storage
Web Hosting
Tools
Generators
Edit
Toggle Dropdown
In Place Editing
Advanced Editing
References
Ruby on Rails
Rails
Classes
ActionDispatch
ActionDispatch::ROUTING
ActionDispatch::Routing::RouteWrapper
Language
Default
Markdown
reqs
reqs
()
Instance Public methods
Links:
https://github.com/rails/rails/blob/c1f8a0d61409b6c9fa16847b0ecf694cc4d4cecf/actionpack/lib/action_dispatch/routing/inspector.rb#L55
doc_ruby_on_rails
2015-06-20 00:00:00
Comments
Leave a Comment
Please
login
to continue.
Popular Articles
req.method
req.method Contains a string corresponding to the HTTP method of the request: GET, POST, PUT, and so on.
req.protocol
req.protocol Contains the request protocol string: either http or (for TLS requests) https. When the trust proxy setting does not evaluate to false,
req.accepts()
req.accepts(types) Checks if the specified content types are acceptable, based on the request’s Accept HTTP header field. The method returns the best
req.hostname
req.hostname Contains the hostname derived from the Host HTTP header. When the trust proxy setting does not evaluate to false, this property will ins
req_body
req_body() Instance Public methods
Return to View
Please login to continue.