Closed codeyoma closed 1 year ago
내용
태스크
e.g.
curl -X POST -H “Content-Type: plain/text” –data "" localhost:port/location curl –resolve example.com:80:127.0.0.1 http://example.com/
curl -X POST -H “Content-Type: plain/text” –data "num1=17&num2=3" -H "content-length: 14" localhost:8080/post_body -> 무한
curl -X POST -H “Content-Type: plain/text” –data "num1=17&num2=3" -H "content-length: 14" localhost:8080/post_body
curl -resolve :80:127.0.0.1 localhost:8080
내용
태스크
e.g.