Mercurial > p > roundup > code
comparison doc/rest.txt @ 7139:42e68162279b
update links.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 15 Feb 2023 11:57:43 -0500 |
| parents | e7b4ad2c57ac |
| children | 89a59e46b3af |
comparison
equal
deleted
inserted
replaced
| 7138:1e3b9abbc2b9 | 7139:42e68162279b |
|---|---|
| 147 | 147 |
| 148 **Sunset**: an http date after which the end point will not be | 148 **Sunset**: an http date after which the end point will not be |
| 149 available. This is not returned by current code, but can be used | 149 available. This is not returned by current code, but can be used |
| 150 when `Programming the REST API`_. It should be used as a hint that | 150 when `Programming the REST API`_. It should be used as a hint that |
| 151 the REST endpoint will be going away. See | 151 the REST endpoint will be going away. See |
| 152 https://tools.ietf.org/html/rfc8594 for details on this header and | 152 https://www.rfc-editor.org/rfc/rfc8594 for details on this header and |
| 153 the sunset link type. | 153 the sunset link type. |
| 154 | 154 |
| 155 Hyperdb Stats | 155 Hyperdb Stats |
| 156 ============= | 156 ============= |
| 157 | 157 |
| 876 a PUT or DELETE, retrying the interrupted POST may result in the | 876 a PUT or DELETE, retrying the interrupted POST may result in the |
| 877 creation of a duplicate issue. | 877 creation of a duplicate issue. |
| 878 | 878 |
| 879 To solve this problem, a two step process inspired by the POE - Post | 879 To solve this problem, a two step process inspired by the POE - Post |
| 880 Once Exactly spec: | 880 Once Exactly spec: |
| 881 https://tools.ietf.org/html/draft-nottingham-http-poe-00 is provided. | 881 https://datatracker.ietf.org/doc/html/draft-nottingham-http-poe-00 is provided. |
| 882 | 882 |
| 883 This mechanism returns a single use URL. POSTing to the URL creates | 883 This mechanism returns a single use URL. POSTing to the URL creates |
| 884 a new object in the class. | 884 a new object in the class. |
| 885 | 885 |
| 886 First we get the URL. Here is an example using curl:: | 886 First we get the URL. Here is an example using curl:: |
