Procs
proc base64UrlEncode(data: seq[byte]): string {....raises: [], tags: [].}
- Encodes data using base64url (RFC 4648 §5) — no padding, URL-safe Source Edit
proc getResponseBody(response: HttpClientResponseRef): InternalRaisesFuture[ JsonNode, (ACMEError, CancelledError)] {.stackTrace: false, ...raises: [], gcsafe, tags: [RootEffect].}
- Source Edit
proc keyOrError(table: HttpTable; key: string): string {....raises: [ValueError], tags: [].}
- Source Edit
proc thumbprint(key: KeyPair): string {....raises: [], tags: [].}
- Source Edit