Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support http2 and custom headers #322

Merged
merged 9 commits into from
Mar 11, 2024
Merged

Conversation

HarrisChu
Copy link
Contributor

@HarrisChu HarrisChu commented Mar 7, 2024

  1. support http2 by using httpx
  2. support custom http header

close #320

@HarrisChu HarrisChu requested a review from Nicole00 March 7, 2024 04:02
@codecov-commenter
Copy link

codecov-commenter commented Mar 7, 2024

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 ⚠️
nebula3/gclient/net/SessionPool.py 66.66% 1 Missing ⚠️

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

Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Nicole00
Nicole00 previously approved these changes Mar 7, 2024
@HarrisChu HarrisChu requested a review from Nicole00 March 11, 2024 01:10
@Nicole00 Nicole00 merged commit bcc60e7 into vesoft-inc:master Mar 11, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python client supports HTTP2
3 participants