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…
Reference in New Issue