We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6b923 commit 8d9408dCopy full SHA for 8d9408d
examples/custom_web_server/server.nim
@@ -4,7 +4,7 @@ import std/asyncdispatch
4
proc main {.async.} =
5
var server = newAsyncHttpServer()
6
7
- proc cb (req: Request) {.async.} =
+ proc cb(req: Request) {.async.} =
8
# echo (req.reqMethod, req.url, req.headers)
9
10
let headers = {"Content-type": "text/plain; charset=utf-8"}
0 commit comments