BroadcastChannel
https://channel.gandli.eu.org/
https://channel.gandli.eu.org/
curl -X POST -d "file=/etc/passwd" http://192.168.153.130/test
如果是json
curl -X POST -H "Content-Type: application/json" -d '{"file": "/etc/passwd"}' http://192.168.153.130/test
#curl #POST #传参