mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-03-25 09:32:14 +01:00
* Add isort_code.sh to sanity tests * Run tools/distrib/isort_code.sh * Fine tune the import order for relative imports * Make pylint and project generation happy * Fix a few corner cases * Use --check instead of --diff * The import order impacts test result somehow * Make isort print diff and check output at the same time * Let tools/run_tests/python_utils be firstparty library * Run isort against latest HEAD
An example showing how to add custom HTTP2 headers (or metadata in gRPC glossary)
HTTP2 supports initial headers and trailing headers, which gRPC utilizes both of them (learn more).
More complete documentation lives at grpc.io. For API reference please see API.