Re: Is it correct to respond with partial representation for low capabilities media-types?
"Roy T. Fielding" <[email protected]>
| Newsgroups | gmane.comp.web.services.rest |
|---|---|
| Message-ID | <[email protected]> |
On Jun 20, 2012, at 8:33 PM, Philippe Rathé wrote: > By the way, does somebody know if an http header is considered part of > the representation from a REST POV? Because it is possible to define > link relations in the header response without it being in the > "metadata body container". Yes, for those header fields that are not defined as control data (like Cache-control) or message metadata (like Transfer-Encoding). ....Roy