[
Lists Home |
Date Index |
Thread Index
]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> -----Original Message-----
> From: Paul Prescod [mailto:paul@prescod.net]
>
> If the interface to HTTP is basically
>
> class Resource{
> Representation GET()
> void PUT(Representation)
> Representation POST(Representation)
> void DELETE()
> }
Shouldn't that be:
struct Resource{
Representation GET(uri)
void PUT(Representation, uri)
Representation POST(Representation, uri)
void DELETE(uri)
}
?
Bill de hÓra
-----BEGIN PGP SIGNATURE-----
Version: PGP 7.0.4
iQA/AwUBPH38MuaWiFwg2CH4EQI1owCgwrEgRKtB2NQfuvQ5+phKfhQj4zEAoMYQ
L00BXdCeeleq0cY0U68q61Zn
=k3LQ
-----END PGP SIGNATURE-----
|