Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 156 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 156 Bytes

Response types

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

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