Top Level Namespace
Defined in:
Method Summary
- delete(application : Grip::Application, path : String, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil)
- get(application : Grip::Application, path : String, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil)
- head(application : Grip::Application, path : String, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil)
- patch(application : Grip::Application, path : String, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil)
- post(application : Grip::Application, path : String, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil)
- process_request(context : HTTP::Server::Context, handlers : Array(HTTP::Handler))
- put(application : Grip::Application, path : String, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil)
Method Detail
def delete(application : Grip::Application, path : String, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil)
#
def get(application : Grip::Application, path : String, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil)
#
def head(application : Grip::Application, path : String, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil)
#
def patch(application : Grip::Application, path : String, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil)
#
def post(application : Grip::Application, path : String, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil)
#
def process_request(context : HTTP::Server::Context, handlers : Array(HTTP::Handler))
#
def put(application : Grip::Application, path : String, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil)
#