Added /post test as well. Not in the build.

This commit is contained in:
gagan%netscape.com 1999-10-22 21:24:57 +00:00
Родитель 90a0f96f02
Коммит 611cc54426
2 изменённых файлов: 44 добавлений и 0 удалений

Просмотреть файл

@ -107,3 +107,25 @@ Content-Type: text/html
CRLF
INCLUDE foo.html
END
#
# Redirect testing
#
START /redirect
HTTP/1.1 301 Moved to a new location
Server: HTTP Test Server/1.1
Location: http://home.netscape.com/
Content-Type: text/html
CRLF
END
#
#
#
START /post
INCLUDE generic.res
Content-Type: text/html
CRLF
INCLUDE post.html
END

Просмотреть файл

@ -107,3 +107,25 @@ Content-Type: text/html
CRLF
INCLUDE foo.html
END
#
# Redirect testing
#
START /redirect
HTTP/1.1 301 Moved to a new location
Server: HTTP Test Server/1.1
Location: http://home.netscape.com/
Content-Type: text/html
CRLF
END
#
#
#
START /post
INCLUDE generic.res
Content-Type: text/html
CRLF
INCLUDE post.html
END