acl/lib_acl_cpp/samples/http_response/xml.txt

13 lines
263 B
Plaintext

POST / HTTP/1.1
HOST: 127.0.0.1:8888
Content-Type: text/xml; charset=gb2312
Content-Length: 154
<root>
<users>
<user name="郑树新1" pass="xsz1" />
<user name="郑树新2" pass="xsz2" />
<user name="郑树新3" pass="xsz3" />
</users>
</root>