HTTP
HTTP POST
#
# Server-side
# Client-side
http
# tool is what to use instead of 'curl'
lib587
HTTP multi-part formpost with aborted read callback
http://%HOSTIP:%HTTPPORT/587
#
# Verify data after the test has been "shot"
s/^--------------------------[a-z0-9]*/------------------------------/
s/boundary=------------------------[a-z0-9]*/boundary=----------------------------/
POST /587 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Length: 718
Expect: 100-continue
Content-Type: multipart/form-data; boundary=----------------------------
------------------------------
Content-Disposition: form-data; name="sendfile"; filename="postit2.c"
# CURLE_ABORTED_BY_CALLBACK (42)
42