diff --git a/server_example.pb b/server_example.pb index aaef1e7..ec41563 100644 --- a/server_example.pb +++ b/server_example.pb @@ -113,7 +113,7 @@ EndProcedure lhs_web::register_client_handler("/server/show_client_headers", @Sample_Header(),lhs_web::#handler_proto_get, lhs_web::#handler_sub) -lhs_web::register_client_handler("/post_test", @Formular_Test(),lhs_web::#handler_proto_post, lhs_web::#handler_sub) +lhs_web::register_client_handler("/post_test", @Formular_Test(),lhs_web::#handler_proto_post, lhs_web::#handler_sub) ;Im zusammenspiel mit einem Formular lhs_web::register_client_handler("php", @Php_Test(),lhs_web::#handler_proto_universal, lhs_web::#handler_type) diff --git a/testweb/formularpost.html b/testweb/formularpost.html new file mode 100644 index 0000000..aef4b20 --- /dev/null +++ b/testweb/formularpost.html @@ -0,0 +1,20 @@ + + + + + + + +
+ + + + + + + + + +
+ + diff --git a/testweb/index.html b/testweb/index.html new file mode 100644 index 0000000..9c0433f --- /dev/null +++ b/testweb/index.html @@ -0,0 +1,12 @@ + + + + + FALSCH + + +
FALSCH
+
FALSCH
+ + + diff --git a/testweb/test.html b/testweb/test.html new file mode 100644 index 0000000..833e865 --- /dev/null +++ b/testweb/test.html @@ -0,0 +1,17 @@ +
Alle Client Headers

FormularPost


+
accept: : text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8

+
user-agent: : Mozilla/5.0 (X11; Linux x86_64; rv

+
cookie: : lang=de-DE

+
accept-language: : de,en-US;q=0.7,en;q=0.3

+
request : /post_test

+
host: : 127.0.0.1

+
content-length: : 29

+
query :

+
protocol : HTTP/1.1

+
content-type: : application/x-www-form-urlencoded

+
origin: : http

+
accept-encoding: : gzip, deflate

+
referer: : http

+
method : POST

+
connection: : keep-alive

+

ConentJSON


{"vorname":"Test"}� diff --git a/testweb/test.php b/testweb/test.php new file mode 100644 index 0000000..6d65d67 --- /dev/null +++ b/testweb/test.php @@ -0,0 +1,8 @@ + + + PHP-Test + + + Hallo Welt

'; ?> + +