vesoft-inc / nebula-python

Client API of Nebula Graph in Python
184 stars 76 forks source link

support http2 and custom headers #322

Closed HarrisChu closed 4 months ago

HarrisChu commented 4 months ago
  1. support http2 by using httpx
  2. support custom http header

close https://github.com/vesoft-inc/nebula-python/issues/320

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 66.00000% with 17 lines in your changes are missing coverage. Please review.

Project coverage is 77.23%. Comparing base (dfe1534) to head (6a0077e).

Files Patch % Lines
nebula3/gclient/net/Connection.py 60.00% 16 Missing :warning:
nebula3/gclient/net/SessionPool.py 66.66% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #322 +/- ## ========================================== - Coverage 77.52% 77.23% -0.30% ========================================== Files 18 18 Lines 2496 2530 +34 ========================================== + Hits 1935 1954 +19 - Misses 561 576 +15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.