From 971310a4221bea7d6f9d15bb3141139c5496501d Mon Sep 17 00:00:00 2001 From: bel Date: Sat, 3 Jan 2015 23:50:53 +0100 Subject: [PATCH] Add test for HTTP method handling --- test/MethodTest.xhtml | 145 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 test/MethodTest.xhtml diff --git a/test/MethodTest.xhtml b/test/MethodTest.xhtml new file mode 100644 index 00000000..3adef8b6 --- /dev/null +++ b/test/MethodTest.xhtml @@ -0,0 +1,145 @@ + + + + HTTP method test + + + + + +

Fatal error: Javascript not available!

+

Usage

+ +

+TODO: Description how to use this page. +

+ +

Test parameters

+
+ +

Protocol

+http
+https + +

Server

+ + +

Resource

+ + +

Method

+ +OPTIONS
+GET
+HEAD
+POST
+PUT
+DELETE
+TRACE
+CONNECT
+MKCOL
+PROPFIND
+*INVALID* + +

Body data

+*none*
+1234567890
+ + +

Submit

+ + +
+ +