The HTTP methods.
Constant | Value | Description |
---|---|---|
esriHttpMethodPost | 0 | The HTTP Post method. |
esriHttpMethodGet | 1 | The HTTP Get method. |
esriHttpMethodPut | 2 | The HTTP Put method. |
esriHttpMethodDelete | 3 | The HTTP Delete method. |
esriHttpMethodHead | 4 | The HTTP Head method. |
esriHttpMethodTrace | 5 | The HTTP Trace method. |
esriHttpMethodOptions | 6 | The HTTP Options method. |