Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
prax-cr
master
ENV
Prax
Application
ApplicationNotFound
BadRequest
Error
ErrorStartingApplication
Handler
Middleware
Middlewares
Base
ProxyMiddleware
PublicFileMiddleware
WelcomeMiddleware
Monitor
NotImplementedError
Parser
Common
Header
Headers
InvalidRequest
Request
Response
Path
Server
Spawner
Views
Built with Crystal 1.9.2
2023-10-08 08:48:38 UTC
class
Prax::Parser::Request
Prax::Parser::Request
Reference
Object
Included Modules
Prax::Parser::Common
Defined in:
prax/parser/request.cr
Constructors
.new
(method : String, uri : String, http_version : String)
Instance Method Summary
#headers
: Headers
#host
#http_version
: String
#method
: String
#uri
: String
Instance methods inherited from module
Prax::Parser::Common
add_header(name, value)
add_header
,
content_length
content_length
,
header(name)
header
Constructor Detail
def self.
new
(method : String, uri : String, http_version : String)
#
[
View source
]
Instance Method Detail
def
headers
:
Headers
#
[
View source
]
def
host
#
[
View source
]
def
http_version
: String
#
[
View source
]
def
method
: String
#
[
View source
]
def
uri
: String
#
[
View source
]