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.yml"
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "jsonBody": {
      "content": "host: \"localhost\"\nport: 8080\nrun: true"
    }
  },
  "priority": 5
}