mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-01 03:17:37 +08:00
cc05b877a2
first commit acl to github
13 lines
249 B
Plaintext
13 lines
249 B
Plaintext
POST / HTTP/1.1
|
|
HOST: 127.0.0.1:8888
|
|
Content-Type: text/xml; charset=utf-8
|
|
Content-Length: 153
|
|
|
|
<root>
|
|
<users>
|
|
<user name="中国" pass="xxx1" />
|
|
<user name="中国" pass="xxx1" />
|
|
<user name="中国" pass="xxx1" />
|
|
</users>
|
|
</root>
|