Dear wiki user, You have subscribed to a wiki page "Couchdb Wiki" for change notification.
The page "HttpGetFavicon" has been deleted by JoanTouzet: https://wiki.apache.org/couchdb/HttpGetFavicon?action=diff&rev1=2&rev2=3 Comment: migrated - <<Include(EditTheWiki)>> - = HTTP GET favicon.ico = - - ||'''Method'''||<-2>GET|| - ||'''Path'''||<-2>/favicon.ico|| - ||'''Query args'''||<-2>None|| - ||'''Request body'''||<-2>None|| - ||'''Response body'''||<-2>Site icon|| - - == Description == - - Returns the favicon for the site. The favicon is a part of the admin interface, but the handler for it is special as CouchDB tries to make sure that the favicon is cached for one year. - - == Example == - {{{ - GET /favicon.ico HTTP/1.1 - }}}{{{ - HTTP/1.1 200 OK - Expires: Wed, 14 Sep 2011 01:16:39 GMT - Cache-Control: public, max-age=31536000 - Content-Type: image/x-icon - - <binary> - }}} -
