We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3602a9f commit d80baa8Copy full SHA for d80baa8
runtime/js-compute-runtime/fastly.wit
@@ -130,7 +130,7 @@ world fastly-world {
130
131
http-req-downstream-tls-client-hello: func() -> result<list<u8>, error>
132
133
- http-req-downstream-tls-client-certificate: func() -> result<list<u8>, error>
+ http-req-downstream-tls-raw-client-certificate: func() -> result<list<u8>, error>
134
135
http-req-downstream-tls-client-cert-verify-result: func() -> result<_, error>
136
0 commit comments