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