ClearPress Framework

HTTP_METHOD URI QUERY_STRING Headers Action Entity Aspect Id
GET / read example list 0
GET /thing/method read thing read method
GET /thing2/method read thing2 list_method 0
GET /thing/method/50 read thing read_method 50
GET /thing3/avg/by/pos id_run=1234 read thing3 list_avg_by_pos 0
GET /thing4/avg/by/pos.xml id_run=1234 read thing4 list_avg_by_pos_xml 0
GET /thing5/avg/by/pos.xml id_run=1234 read thing5 read_avg_by_xml pos
GET /thing read thing list 0
GET /thing/1 read thing read 1
GET /thing.xml read thing list_xml 0
GET /thing/1.xml read thing read_xml 1
GET /thing;list_xml read thing list_xml 0
GET /thing;do_stuff read thing list_do_stuff 0
GET /thing/1;read_xml read thing read_xml 1
GET /thing;add read thing add 0
GET /thing;add_xml read thing add_xml 0
GET /thing.xml;add read thing add_xml 0
GET /thing/1;edit read thing edit 1
GET /thing/edit/1 read thing edit 1
GET /thing/edit/1.ajax read thing edit_ajax 1
GET /thing/edit_ajax/1 read thing edit_ajax 1
GET /thing/edit_batch/1 read thing edit_batch 1
GET /thing/edit_batch/1.ajax read thing edit_batch_ajax 1
GET /thing/edit_batch_ajax/1 read thing edit_batch_ajax 1
GET /thing/1.ajax;edit_batch read thing edit_batch_ajax 1
GET /thing/1;edit_batch_ajax read thing edit_batch_ajax 1
POST /thing/batch/1 update thing update_batch 1
POST /thing/batch/1.ajax update thing update_batch_ajax 1
POST /thing/update_batch/1 update thing update_batch 1
POST /thing/batch/1.ajax update thing update_batch_ajax 1
POST /thing/1.ajax;update_batch update thing update_batch_ajax 1
POST /thing/1;update_batch_ajax update thing update_batch_ajax 1
GET /thing/released/cluster.xml read thing read_released_xml cluster
GET /user/me@example.com;edit read user edit me@example.com
GET /thing/heatmap.png read thing read_png heatmap
GET /thing5/heatmap.png read thing5 list_heatmap_png 0
GET /thing9/heatmap read thing9 list_heatmap 0
GET /thing/heatmap/45.png read thing read_heatmap_png 45
POST /thing/heatmap/45.png update thing update_heatmap_png 45
POST /thing create thing create 0
POST /thing.xml create thing create_xml 0
POST /thing;create_xml create thing create_xml 0
POST /thing/10 update thing update 10
POST /thing/10.xml update thing update_xml 10
POST /thing/10;update_xml update thing update_xml 10
POST /thing/update/10.xml update thing update_xml 10
POST /thing10/heatmap.png create thing10 create_heatmap_png 0
POST /thing6/batch.xml create thing6 create_batch_xml 0
POST /thing6/batch.xml HTTP_ACCEPT=text/xml create thing6 create_batch_xml 0
POST /thing7/batch XHR create thing7 create_batch_ajax 0
POST /thing7;create_batch XHR create thing7 create_batch_ajax 0
POST /thing7;create_batch_ajax create thing7 create_batch_ajax 0
POST /thing7.ajax;create_batch create thing7 create_batch_ajax 0
POST /thing8/batch.xml XHR create thing8 create_batch_xml 0
DELETE /thing/10 delete thing delete 10
POST /thing/10;delete delete thing delete 10
GET /thing11/overridden XHR read thing11 list_overridden_ajax 0
GET /thing12.txt XHR read thing12 list_txt 0
GET /thing/12.txt XHR read thing read_txt 12
GET /testmap/test.xml read testmap list_test_xml 0
GET /thing/valid_flowcell/12.js XHR read thing read_valid_flowcell_json 12
GET /thing/valid_flowcell_json/12 XHR read thing read_valid_flowcell_json 12