lkml.org 
[lkml]   [1999]   [Jun]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: A few questions.....
there is a bunch of tools able to get a html file and to pipe it. but 
a pipe isnt the same thing that a file.

ex: i have a program and his command line requires a list of file
and i want one of them as "http://.." or "/http/.." (choose the one
you prefer). a pipe cant satify this case.

for PUT, write() seems ok.
for POST,... i dunno :) what is the purpose of the POST command ?

On Thu, Jun 24, 1999 at 05:39:26PM +0100, Jan-Simon Pendry wrote:
>
> use the perl GET command ...
>
> GET http://www.site.org/index.html | less
>
> or use a shell (which is there for a reason)
>
> diff <(GET http://sometime.org) <(GET http://sometime.com)
>
> a large problem with hiding this functionality inside open() is
> that the URL is not the only attribute being sent in the HTTP/1.1
> GET request. also, what interface would you provide for PUT and
> POST?
>
> jan-simon.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:52    [W:0.080 / U:1.900 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site