So for an image it might be:
URI: img-urn1 vary="content-type,class,depth,width,height,xdpi,ydpi"
And audio might be:
URI: au-urn2 vary="srates,widths"
Then the request might be:
GET img-urn1 HTTP/1.0
Accept: image/gif,class=color,depth=8,width=1024,height=768,xdpi=85,ydpi=85
X-Comment: This server probably has a postscript image since it
X-Comment: says it can convert it to just about anything for us.
[FYI: these examples come from the information in
http://www.bsdi.com/HTTP:TNG/MIME-ClientProfile.html]
> Does that make it any clearer what I meant?
If my summary above is correct then I think it's crystal clear.
--sanders