apollo-rust-client 0.7.0

A Rust client for Apollo configuration center
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "request": {
    "method": "GET",
    "urlPath": "/configfiles/json/101010101/default/application.json"
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "jsonBody": {
      "content": "{\n  \"host\": \"localhost\",\n  \"port\": 8080,\n  \"run\": true\n}"
    }
  },
  "priority": 5
}