Welcome to mirror list, hosted at ThFree Co, Russian Federation.

discover-ok.yml « vcr_cassettes « spec « gitlab-shell « vendor « ruby - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0f17363eb9d96e87bcd54bdf8ab0f1a35089cf00 (plain)
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
---
http_interactions:
- request:
    method: get
    uri: http://localhost:3000/api/v4/internal/discover?key_id=1
    body:
      encoding: US-ASCII
      string: secret_token=0a3938d9d95d807e94d937af3a4fbbea%0A
    headers:
      Accept-Encoding:
      - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
      Accept:
      - "*/*"
      User-Agent:
      - Ruby
      Content-Type:
      - application/x-www-form-urlencoded
  response:
    status:
      code: 200
      message: OK
    headers:
      Cache-Control:
      - max-age=0, private, must-revalidate
      Content-Length:
      - '42'
      Content-Type:
      - application/json
      Date:
      - Wed, 21 Jun 2017 10:44:49 GMT
      Etag:
      - W/"63b4ab301951bea83c4fc398eba8e307"
      Vary:
      - Origin
      X-Frame-Options:
      - SAMEORIGIN
      X-Request-Id:
      - dc11b8d4-1972-417b-8305-2c35c849405c
      X-Runtime:
      - '0.230170'
    body:
      encoding: UTF-8
      string: '{"name":"Administrator","username":"root"}'
    http_version: 
  recorded_at: Wed, 21 Jun 2017 10:44:49 GMT
recorded_with: VCR 2.4.0