You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2009/04/06 20:33:25 UTC

[Couchdb Wiki] Update of "HTTP status list" by TravisHume

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The following page has been changed by TravisHume:
http://wiki.apache.org/couchdb/HTTP_status_list

The comment on the change is:
Added status 202 - Accepted for compaction request

------------------------------------------------------------------------------
  === 200 - OK ===
  
  Request completed successfully.
+ 
+ === 202 - Accepted ===
+ 
+ Request for database compaction completed successfully.
  
  === 304 - Not Modified ===