Top Level Namespace

Defined in:

Method Summary

Method Detail

def delete(application : Grip::Application, path : String, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil) #

[View source]
def get(application : Grip::Application, path : String, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil) #

[View source]
def head(application : Grip::Application, path : String, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil) #

[View source]
def patch(application : Grip::Application, path : String, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil) #

[View source]
def post(application : Grip::Application, path : String, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil) #

[View source]
def process_request(context : HTTP::Server::Context, handlers : Array(HTTP::Handler)) #

[View source]
def put(application : Grip::Application, path : String, headers : HTTP::Headers | Nil = nil, body : String | Nil = nil) #

[View source]