diff options
| author | Barry Warsaw | 2010-09-15 11:37:54 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2010-09-15 11:37:54 -0400 |
| commit | 1fa8eb09771f2837f3a92e84717e282b442a7175 (patch) | |
| tree | 283f448192a250e36bb8f2a19a3d61c0508d9d6f /src/mailman/rest/docs/basic.txt | |
| parent | a60710ba55c822c1c7045c44c6a251413a408052 (diff) | |
| download | mailman-1fa8eb09771f2837f3a92e84717e282b442a7175.tar.gz mailman-1fa8eb09771f2837f3a92e84717e282b442a7175.tar.zst mailman-1fa8eb09771f2837f3a92e84717e282b442a7175.zip | |
More documentation fixes.
Diffstat (limited to 'src/mailman/rest/docs/basic.txt')
| -rw-r--r-- | src/mailman/rest/docs/basic.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mailman/rest/docs/basic.txt b/src/mailman/rest/docs/basic.txt index 94d80e5a2..e5dab9ea8 100644 --- a/src/mailman/rest/docs/basic.txt +++ b/src/mailman/rest/docs/basic.txt @@ -2,7 +2,7 @@ REST server =========== -Mailman exposes a REST HTTP server for administrative control. +Mailman exposes a REST_ HTTP server for administrative control. The server listens for connections on a configurable host name and port. Because the REST server has full administrative access, it should always be @@ -22,10 +22,13 @@ returned. Non-existent links ================== -When you try to access an admin link that doesn't exist, you get the -appropriate HTTP 404 Not Found error. +When you try to access a link that doesn't exist, you get the appropriate HTTP +404 Not Found error. >>> dump_json('http://localhost:8001/3.0/does-not-exist') Traceback (most recent call last): ... HTTPError: HTTP Error 404: 404 Not Found + + +.. _REST: http://en.wikipedia.org/wiki/REST |
