- From: Mark Baker <distobj@acm.org>
- Date: Thu, 20 Feb 2003 12:06:16 -0500
- To: Ugo Corda <UCorda@SeeBeyond.com>
- Cc: www-ws-arch@w3.org
On Thu, Feb 20, 2003 at 08:50:34AM -0800, Ugo Corda wrote: > > Yah, APIs. HTTP provides a standardized one. > > Wait a minute. API signatures include both procedure names and parameters. In HTTP I see a standardized procedure name, but what about the standardized parameters? Well, if you view the HTTP API as; interface Resource { Entity GET( Headers ) Entity PUT( Headers, Entity ) Entity POST( Headers, Entity ) etc.. } Then I guess that the headers and the entity would be considered parameters. Some headers are standardized too, of course. Is that what you had in mind? MB -- Mark Baker. Ottawa, Ontario, CANADA. http://www.markbaker.ca Web architecture consulting, technical reports, evaluation & analysis
Received on Thursday, 20 February 2003 12:03:20 UTC