IPP Mail Archive: Re: Resend: Re: IPP> Chunked POST: SUMMARY

Re: Resend: Re: IPP> Chunked POST: SUMMARY

Roy T. Fielding (fielding@kiwi.ics.uci.edu)
Sun, 24 Jan 1999 00:29:38 -0800

>Roy, would implementing it as a Java servlet be braindead?

That depends on the servlet API.

>Should every
>application that uses HTTP as a transport build in its own HTTP
>implementation, even if one is already available on the platform?

No application should use HTTP as a transport. If it used HTTP as HTTP,
there wouldn't be any need for a separate implementation, but it would
still be desirable to base the service on the best capabilities of HTTP
and not on the characteristics that might be true of some other resources
that are accessible via HTTP.

....Roy