mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
stricter newline policy
This commit is contained in:
parent
53a3abc76b
commit
e5f8e5e57a
@ -10,12 +10,12 @@ HTTP proxy Basic auth
|
||||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
HTTP/1.1 200 OK swsclose
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Content-Type: text/html
|
||||
Content-Length: 27
|
||||
|
||||
the content would go here
|
||||
HTTP/1.1 200 OK swsclose
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Content-Type: text/html
|
||||
Content-Length: 27
|
||||
|
||||
the content would go here
|
||||
</data>
|
||||
</reply>
|
||||
|
||||
|
@ -10,12 +10,12 @@ HTTP proxy Basic auth
|
||||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
HTTP/1.1 200 OK swsclose
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Content-Type: text/html
|
||||
Content-Length: 27
|
||||
|
||||
the content would go here
|
||||
HTTP/1.1 200 OK swsclose
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Content-Type: text/html
|
||||
Content-Length: 27
|
||||
|
||||
the content would go here
|
||||
</data>
|
||||
</reply>
|
||||
|
||||
@ -28,7 +28,7 @@ http
|
||||
HTTP with proxy string including http:// and user only
|
||||
</name>
|
||||
<command>
|
||||
http://we.want.that.site.com/279 -x http://f%61ke@%HOSTIP:%HTTPPORT
|
||||
http://we.want.that.site.com/279 -x http://f%61ke@%HOSTIP:%HTTPPORT
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user