This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Description
the http package has a reference to api/client in some tests of the http package. this limits the possibility to use references to consts contracted by the http package in the client library due to cyclic dependency.
we should get rid of the api client in the http package and test using raw http only in the http package.