reduce imports (#56)
not needed, cause both http(s) server and client to be compiled unnecessarily for any presto usage, including bearssl
This commit is contained in:
parent
dceac3f5cc
commit
8bb4a54f47
|
@ -6,9 +6,10 @@
|
|||
# Licensed under either of
|
||||
# Apache License, version 2.0, (LICENSE-APACHEv2)
|
||||
# MIT license (LICENSE-MIT)
|
||||
import chronos/apps, chronos/apps/http/httpclient
|
||||
import chronos/apps/http/httptable
|
||||
import stew/[results, byteutils], httputils
|
||||
export results, apps, httputils
|
||||
|
||||
export results, httputils, httptable
|
||||
|
||||
{.push raises: [Defect].}
|
||||
|
||||
|
|
Loading…
Reference in New Issue