mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-05 11:24:08 +00:00
Merge pull request #4232 from moigagoo/patch-3
Stdlib: httpclient: `export strtabs` added.
This commit is contained in:
@@ -83,6 +83,8 @@ import net, strutils, uri, parseutils, strtabs, base64, os, mimetypes, math
|
||||
import asyncnet, asyncdispatch
|
||||
import nativesockets
|
||||
|
||||
export strtabs
|
||||
|
||||
type
|
||||
Response* = tuple[
|
||||
version: string,
|
||||
|
||||
Reference in New Issue
Block a user