1
2
3
4
5
6
7
8
9
10
import httpcore
type
NimHttpResponse* = object
code*: HttpCode
msg*: string
headers*: HttpHeaders
notFoundException* = object of ValueError
errorException* = object of ValueError
[nimlang] fast and simple tripplanner
1
2
3
4
5
6
7
8
9
10
import httpcore
type
NimHttpResponse* = object
code*: HttpCode
msg*: string
headers*: HttpHeaders
notFoundException* = object of ValueError
errorException* = object of ValueError