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:
Jacek Sieka 2023-08-08 12:13:30 +02:00 committed by GitHub
parent dceac3f5cc
commit 8bb4a54f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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].}