[
Lists Home |
Date Index |
Thread Index
]
On Wednesday 27 February 2002 11:11 pm, Paul Prescod wrote:
> class Resource{
> Representation GET()
> void PUT(Representation)
> Representation POST(Representation)
> void DELETE()
> }
Hmmm. HTTP isn't *really* necessary here is it? HTTP is both a
vocabulary and an on-the-wire syntax.
|