简体   繁体   中英

RESTful services and

I have just read Resource-Oriented Architecture: The Rest of REST . The reasoning behind content negotiation is compelling, but there's one thing I sometimes need, which seems to be impossible in this schema.

Let assume I've got a web service to deliver some graphs. I want users to choose between different styles of these graphs (a fancy color one, B&W, ...), but all of them are always png images. For all of them the mimetype will simply be image/png. So what is the preferred way to negotiate custom parameters?

使用querystring参数。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM