This repository has been archived by the owner on May 11, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
rest.http
66 lines (41 loc) · 1.42 KB
/
rest.http
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
62
63
64
65
66
### API v1
GET http://localhost:8080/api/v1/10000000-2000-4000-8000-160000000004
Accept: text/html
Authorization: Bearer 10000000-2000-4000-8000-160000000003
X-Request-ID: 10000000-2000-4000-8000-160000000000
###
GET http://localhost:8080/api/v1/10000000-2000-4000-8000-160000000004
Accept: application/json
Authorization: Bearer 10000000-2000-4000-8000-160000000003
X-Request-ID: 10000000-2000-4000-8000-160000000000
###
GET http://localhost:8080/api/v1/10000000-2000-4000-8000-160000000004
Accept: application/xml
Authorization: Bearer 10000000-2000-4000-8000-160000000003
X-Request-ID: 10000000-2000-4000-8000-160000000000
###
GET http://localhost:8080/api/v1/10000000-2000-4000-8000-160000000004
Accept: text/plain
Authorization: Bearer 10000000-2000-4000-8000-160000000003
X-Request-ID: 10000000-2000-4000-8000-160000000000
###
POST http://localhost:8080/api/v1/10000000-2000-4000-8000-160000000004
Content-Type: application/x-www-form-urlencoded
X-Passport-ID: 10000000-2000-4000-8000-160000000000
X-Request-ID: 10000000-2000-4000-8000-160000000000
email=test@my.email
### Profiling
GET http://localhost:8090/pprof/cmdline
###
GET http://localhost:8090/pprof/profile
###
GET http://localhost:8090/pprof/symbol
###
GET http://localhost:8090/pprof/trace
###
GET http://localhost:8090/debug/pprof/
### Monitoring
GET http://localhost:8091/monitoring
###
GET http://localhost:8091/vars
###