-
Notifications
You must be signed in to change notification settings - Fork 0
/
router.http
97 lines (87 loc) · 1.4 KB
/
router.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
@hostname=localhost
@port=8087
@baseURL=http://{{hostname}}:{{port}}
###
GET {{baseURL}}/hello
###
GET {{baseURL}}/hello/formula
###
GET {{baseURL}}/date/today
###
POST {{baseURL}}/date/today
###
POST {{baseURL}}/employee/45
###
GET {{baseURL}}/method
###
POST {{baseURL}}/method
###
PUT {{baseURL}}/method
###
DELETE {{baseURL}}/method
###
GET {{baseURL}}/context
###
GET {{baseURL}}/headers
###
GET {{baseURL}}/var?foo=1&foo=2&test&tata=toto
###
GET {{baseURL}}/var#frag/test
###
GET {{baseURL}}/redirect
###
GET {{baseURL}}/404
###
GET {{baseURL}}/404JSON
###
POST {{baseURL}}/headerSup
###
GET {{baseURL}}/404ImagePath
###
GET {{baseURL}}/404ImageD
###
GET {{baseURL}}/404TextD
###
GET {{baseURL}}/404Html
###
GET {{baseURL}}/format
Accept: text/html
###
GET {{baseURL}}/format
Accept: application/json
###
GET {{baseURL}}/format
Accept: application/xml
###
GET {{baseURL}}/format
###
GET {{baseURL}}/format
Accept: text/plain
###
GET {{baseURL}}/attachment
###
GET {{baseURL}}/router.http
###
GET {{baseURL}}/choose
###
GET {{baseURL}}/choose
odd: 1
###
GET {{baseURL}}/chooseNum
###
GET {{baseURL}}/chooseNum
odd: 1
###
GET {{baseURL}}/chooseNum
odd: 2
###
GET {{baseURL}}/basicAuth
Authorization: Basic QWxhZGRpbjpPcGVuU2VzYW1l
###
GET {{baseURL}}/tokenAuth
Authorization: Token QWxhZGRpbjpPcGVuU2VzYW1l
###
GET {{baseURL}}/basicSecure
Authorization: Basic QWxhZGRpbjpPcGVuU2VzYW1l
###
GET {{baseURL}}/basicSecure