From 1145b231d4b682478bdf052efbade9dbd2df11e8 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 26 Jun 2003 11:41:26 +0000 Subject: [project @ 2003-06-26 11:41:26 by bursa] Implement HTTP redirects. svn path=/import/netsurf/; revision=187 --- content/overview | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'content/overview') 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); -- cgit v1.2.3