Skip to content

Commit

Permalink
fixed custom client examples;
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanfinn committed May 1, 2024
1 parent 902c223 commit 84094ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cffi_dist/example_node/index_custom_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ const requestPayload = {
"supportedVersions": ["GREASE", "1.3", "1.2"],
"keyShareCurves": ["GREASE", "X25519"],
"certCompressionAlgo": "brotli",
"alpnProtocols": ["h2", "http/1.1"],
"alpsProtocols": ["h2"],
"pseudoHeaderOrder": [
":method",
":authority",
Expand Down
2 changes: 2 additions & 0 deletions cffi_dist/example_python/example_custom_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
"supportedVersions": ["GREASE", "1.3", "1.2"],
"keyShareCurves": ["GREASE", "X25519"],
"certCompressionAlgo": "brotli",
"alpnProtocols": ["h2", "http/1.1"],
"alpsProtocols": ["h2"],
"pseudoHeaderOrder": [
":method",
":authority",
Expand Down

0 comments on commit 84094ce

Please sign in to comment.