1
2
3
4
5
6
7
8
9
10 import httpcore
type
NimHttpResponse* = object
code*: HttpCode
msg*: string
headers*: HttpHeaders
notFoundException* = object of CatchableError
errorException* = object of CatchableError
[nimlang] oeffisearch fork that works without javascript
1
2
3
4
5
6
7
8
9
10 import httpcore
type
NimHttpResponse* = object
code*: HttpCode
msg*: string
headers*: HttpHeaders
notFoundException* = object of CatchableError
errorException* = object of CatchableError