[BACK]Return to TODO CVS log [TXT][DIR] Up to [local] / todotxt / Text-Todo-REST-API

Annotation of todotxt/Text-Todo-REST-API/TODO, Revision 1.2

1.1       andrew      1: Support PUT    +action_handlers
                      2: Support POST   +action_handlers
                      3: Support DELETE +action_handlers
                      4:
1.2     ! andrew      5: +representations Figure out content_type for representations. might need more header info
1.1       andrew      6:
                      7: +action_handlers Move path_info to the action_handler
                      8: +action_handlers Make action handlers plugins (that can run more than 1 ?)
                      9:
                     10: +describe 10 Methods should be:
                     11: +describe 20    new($options)
1.2     ! andrew     12: +describe 40    $handled = $method($path_info, $q->Vars)
1.1       andrew     13: +describe 50    $output = Write($handled);
                     14: +describe 60 OR
                     15: +describe 70    print new($options)->Process($path_info, $q->Vars)
1.2     ! andrew     16: +describe 80 Process would do the things above
1.1       andrew     17:
1.2     ! andrew     18: $AFresh1: TODO,v 1.1 2010/01/18 14:04:11 andrew Exp $

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>