You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/docs/globals/FetchEvent/FetchEvent.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,12 @@ It provides the [`event.respondWith()`](./prototype/respondWith.mdx) method, whi
31
31
- : Either `null` or an ArrayBuffer containing the raw client certificate in the mutual TLS handshake message. It is in PEM format. Returns an empty ArrayBuffer if this is not mTLS or available.
32
32
-`FetchEvent.client.tlsClientHello`_**readonly**_
33
33
- : Either `null` or an ArrayBuffer containing the raw bytes sent by the client in the TLS ClientHello message.
34
+
-`FetchEvent.client.tlsJA4`_**readonly**_
35
+
- : Either `null` or a string representation of the JA4 fingerprint of the TLS ClientHello message.
36
+
-`FetchEvent.client.h2Fingerprint`_**readonly**_
37
+
- : Either `null` or a string representation of the HTTP/2 fingerprint for HTTP/2 connections. Returns `null` for HTTP/1.1 connections.
38
+
-`FetchEvent.client.ohFingerprint`_**readonly**_
39
+
- : Either `null` or a string representation of the Original Header fingerprint based on the order and presence of request headers.
34
40
-`FetchEvent.server`_**readonly**_
35
41
- : Information about the server receiving the request for the Fastly Compute service.
0 commit comments