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