summaryrefslogtreecommitdiff
path: root/content/overview
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-06-26 11:41:26 +0000
committerJames Bursa <james@netsurf-browser.org>2003-06-26 11:41:26 +0000
commit1145b231d4b682478bdf052efbade9dbd2df11e8 (patch)
tree98d3e275e25e89358c158a0fba87b78d8644f510 /content/overview
parent1246f7b9703e3085cece064699909f240e00effc (diff)
downloadnetsurf-1145b231d4b682478bdf052efbade9dbd2df11e8.tar.gz
netsurf-1145b231d4b682478bdf052efbade9dbd2df11e8.tar.bz2
[project @ 2003-06-26 11:41:26 by bursa]
Implement HTTP redirects. svn path=/import/netsurf/; revision=187
Diffstat (limited to 'content/overview')
-rw-r--r--content/overview4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/overview b/content/overview
index 0a911dc44..f58a995c1 100644
--- a/content/overview
+++ b/content/overview
@@ -44,6 +44,10 @@ callback function is called when the state changes or at other times as follows:
CONTENT_MSG_STATUS -- the content structure's status message has changed.
+ CONTENT_MSG_REDIRECT -- the server has sent a replacement URL for the content.
+ This message may only occur in CONTENT_STATUS_TYPE_UNKNOWN. The content
+ will be destroyed and must not be used.
+
If at any time the resource is no longer required, call content_remove_user():
content_remove_user(c, callback, p1, p2);