Skip to content

Latest commit

 

History

History

response

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Response types

TODO: find out what is it for and how to use it

app.addRoute("/init", proc(ctx: Context) {.async.} =
    resp initResponse()
)