1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
---
version: 1
rwmutex: {}
interactions:
- request:
body: Name=test-vcl&Service=7i6HN3TK9wS159v2gPAZ8A&Version=51&name=new-test-vcl
form:
Name:
- test-vcl
Service:
- 7i6HN3TK9wS159v2gPAZ8A
Version:
- "51"
name:
- new-test-vcl
headers:
Content-Type:
- application/x-www-form-urlencoded
Fastly-Key:
- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
User-Agent:
- FastlyGo/0.4.3.dev (+github.com/fastly/go-fastly; go1.12)
url: https://api.fastly.com/service/7i6HN3TK9wS159v2gPAZ8A/version/51/vcl/test-vcl
method: PUT
response:
body: '{"service_id":"7i6HN3TK9wS159v2gPAZ8A","content":"\nbackend default {\n .host
= \"127.0.0.1\";\n .port = \"9092\";\n}\n\nsub vcl_recv {\n set req.backend
= default;\n}\n\nsub vcl_hash {\n set req.hash += req.url;\n set req.hash
+= req.http.host;\n set req.hash += \"0\";\n}\n","updated_at":"2019-05-11T00:32:53Z","main":false,"created_at":"2019-05-11T00:32:53Z","deleted_at":null,"name":"new-test-vcl","version":51}'
headers:
Accept-Ranges:
- bytes
Cache-Control:
- no-cache
Content-Type:
- application/json
Date:
- Sat, 11 May 2019 00:32:54 GMT
Fastly-Ratelimit-Remaining:
- "993"
Fastly-Ratelimit-Reset:
- "1557536400"
Status:
- 200 OK
Strict-Transport-Security:
- max-age=31536000
Vary:
- Accept-Encoding
Via:
- 1.1 varnish
- 1.1 varnish
X-Cache:
- MISS, MISS
X-Cache-Hits:
- 0, 0
X-Served-By:
- cache-control-slwdc9037-CONTROL-SLWDC, cache-pao17430-PAO
X-Timer:
- S1557534775.663161,VS0,VE257
status: 200 OK
code: 200
|