Hyperfoil / horreum-client-python

Python library and examples for Horreum
Apache License 2.0
0 stars 2 forks source link

Make inner http client overridable #14

Closed lampajr closed 6 months ago

lampajr commented 6 months ago

Feature idea.

Right now the client is using the default Kiota httpo client, make it configurable/overridable

Describe the solution you'd like

Make the http client overridable in the HorreumClient constructor such that user can tune the inner http client. An example is disabling SSL verification, which could not be possible at the moment

Additional information

n/a