oeffisearch/src/types.nim

11 lines
202 B
Nim

import httpcore
type
NimHttpResponse* = object
code*: HttpCode
msg*: string
headers*: HttpHeaders
notFoundException* = object of ValueError
errorException* = object of ValueError