Logo
Fastly Developer Hub API Documentation

Enable support for HTTP/3

POST {{fastly_url}}/service/{{service_id}}/version/{{version_id}}/http3

Enable HTTP/3 (QUIC) support for a particular service and version.

Authorization: API token with at least Engineer permissions.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Host
string
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://api.fastly.com/service//version//http3' -H 'Host: api.fastly.com' -H 'Content-Type: application/x-www-form-urlencoded' -H 'Accept: application/json'

ENDPOINTS