Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/godon/client.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Godon HTTP Client
## Core HTTP client for Godon API
### Godon HTTP Client
### Core HTTP client for Godon API

import std/[httpclient, json, uri, strutils, net]
import types
Expand Down Expand Up @@ -111,4 +111,4 @@ proc handleError*(client: GodonClient, response: Response): ref CatchableError =
except CatchableError:
discard

newException(CatchableError, errorMsg)
newException(CatchableError, errorMsg)