Sha256: 3e802269580420345a1d33871ebc516ad94149dd5666fccc1fff9e164517d737

Contents?: true

Size: 897 Bytes

Versions: 4

Compression:

Stored size: 897 Bytes

Contents

{
  "app": {
    "desc": "Test role",
    "http": {
      "globoesporte.globo.com": {
        "match": "<html"
      },

      "http://globoesporte.com": {
        "code": 301,
        "expect_header": "Location: http://globoesporte.globo.com/"
      },

      "http://api.sde.globo.com/docs": {
        "code" : 301
      },

      "https://api.sde.globo.com/path/to/resource": {
        "code" : 401
      },

      "doesnotexist.globo.com": {},

      "https://api.cartola.globo.com/mercado/status.json": {},

      "https://api.cartola.globo.com/wrong-url": {},

      "http://g1.globo.com": {
        "code": 301,
        "match": "<html"
      },

      "http://g1.globo.com/index.html": {
        "match": "<html"
      },

      "186.192.90.5": {
        "send_header": "Host: globo.com",
        "code": 301,
        "expect_header": "Location: http://www.globo.com/"
      }
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tdi-0.2.4 doc/json/http.json
tdi-0.2.3 doc/json/http.json
tdi-0.2.2 doc/json/http.json
tdi-0.2.1 doc/json/http.json