Rev | Line | |
---|
[158] | 1 | .. _api-zoo-request: |
---|
| 2 | |
---|
| 3 | ZOO.Request |
---|
| 4 | =========== |
---|
| 5 | |
---|
| 6 | Contains convenience methods for working with ZOORequest which replace XMLHttpRequest. |
---|
| 7 | |
---|
| 8 | Functions |
---|
| 9 | --------- |
---|
| 10 | |
---|
| 11 | .. list-table:: |
---|
| 12 | :widths: 30 50 |
---|
| 13 | :header-rows: 1 |
---|
| 14 | |
---|
| 15 | * - NAME |
---|
| 16 | - DESCRIPTION |
---|
| 17 | * - :ref:`GET <GET>` |
---|
| 18 | - Send an HTTP GET request. |
---|
| 19 | * - :ref:`POST <POST>` |
---|
| 20 | - Send an HTTP POST request. |
---|
| 21 | |
---|
| 22 | .. _GET: |
---|
| 23 | |
---|
| 24 | GET |
---|
| 25 | Send an HTTP GET request. |
---|
| 26 | |
---|
| 27 | .. _POST: |
---|
| 28 | |
---|
| 29 | POST |
---|
| 30 | Send an HTTP POST request. |
---|
Note: See
TracBrowser
for help on using the repository browser.