Endpoint
Including Endpoint
struct MyEndpoint
include Azu::Endpoint(RequestType, ResponseType)
endHTTP Method Macros
get
get "/path"
get "/users/:id"
get "/search"post
put
patch
delete
options
head
Instance Methods
call
params
headers
context
request
response
status
Request Access
Response Helpers
json
text
html
redirect_to
Route Parameters
Path Parameters
Wildcard Parameters
Complete Example
See Also
Last updated
Was this helpful?
