mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-02-12 03:07:09 +00:00
Bump nimble version.
Make some useful fields public.
This commit is contained in:
parent
be184a815c
commit
67f0f1224f
@ -1,5 +1,5 @@
|
||||
packageName = "chronos"
|
||||
version = "3.0.2"
|
||||
version = "3.0.3"
|
||||
author = "Status Research & Development GmbH"
|
||||
description = "Chronos"
|
||||
license = "Apache License 2.0 or MIT"
|
||||
|
@ -123,7 +123,7 @@ type
|
||||
|
||||
HttpClientRequest* = object
|
||||
meth*: HttpMethod
|
||||
address: HttpAddress
|
||||
address*: HttpAddress
|
||||
state: HttpClientRequestState
|
||||
version*: HttpVersion
|
||||
headers*: HttpTable
|
||||
|
@ -78,7 +78,6 @@ type
|
||||
query*: HttpTable
|
||||
postTable: Option[HttpTable]
|
||||
rawPath*: string
|
||||
rawQuery*: string
|
||||
uri*: Uri
|
||||
scheme*: string
|
||||
version*: HttpVersion
|
||||
|
Loading…
x
Reference in New Issue
Block a user