[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Web services revisited
- Subject: Re: Web services revisited
- From: Chris Travers <..hidden..>
- Date: Mon, 21 May 2012 21:03:32 -0700
In implementing the request handler, I made one change to the above.
from_input and to_output are only required where there is a payload.
Where there is no payload these are not called or required. This
allows there to be input or output only formats. The obvious case
would be something like a PDF handler so you could request a printed
invoice, but obviously we aren't going to allow PDF's to be used as
input!
Best Wishes,
Chris Travers