/[Frey]/trunk/lib/Frey/CouchAPI.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey/CouchAPI.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1055 by dpavlin, Thu Apr 23 21:17:17 2009 UTC revision 1056 by dpavlin, Thu Apr 23 21:24:25 2009 UTC
# Line 289  L<http://wiki.apache.org/couchdb/HTTP_Do Line 289  L<http://wiki.apache.org/couchdb/HTTP_Do
289                          } else {                          } else {
290                                  $status = 404;                                  $status = 404;
291                          }                          }
292                    } elsif ( $method eq 'POST' ) {
293                            $json = { total_rows => 0, offset => 0 };
294                            $status = 202; # FIXME implement real view server and return 200
295                  } else {                  } else {
296                          $status = 501;                          $status = 501;
297                  }                  }

Legend:
Removed from v.1055  
changed lines
  Added in v.1056

  ViewVC Help
Powered by ViewVC 1.1.26