From 19fcec84d8d7d21e796c7624e521b60d28ee21ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:45:59 +0200 Subject: Adding upstream version 16.2.11+ds. Signed-off-by: Daniel Baumann --- src/civetweb/test/MethodTest.xhtml | 200 +++++++++++++++++++++++++++++++++++++ 1 file changed, 200 insertions(+) create mode 100644 src/civetweb/test/MethodTest.xhtml (limited to 'src/civetweb/test/MethodTest.xhtml') diff --git a/src/civetweb/test/MethodTest.xhtml b/src/civetweb/test/MethodTest.xhtml new file mode 100644 index 000000000..b9365e2ce --- /dev/null +++ b/src/civetweb/test/MethodTest.xhtml @@ -0,0 +1,200 @@ + + + + + HTTP method test + + + + + + +

Fatal error: Javascript not available!

+ +

Test parameters

+
+ +

Protocol

+ http
+ https + +

Server/Host

+ + +

Resource

+ + +

Method

+ + + + + + + + + + + + + + + +
Save Methods"Unsave" Idempotent MethodsNon-Idempotent MethodsSpecial
+ OPTIONS
+ GET
+ HEAD
+ TRACE
+ PROPFIND
+
+ PUT
+ DELETE
+ COPY
+ MOVE
+ PROPPATCH
+ UNLOCK
+
+ POST
+ PATCH
+ MKCOL
+ LOCK
+
+ CONNECT
+
+
+ +

Body data

+ No body data
+ 10 Bytes ("1234567890")
+ Bytes random data
+ +

Submit

+ + +
+ + -- cgit v1.2.3