mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
a dummy post request file for testing post requests in HTTP. not in the build.
This commit is contained in:
parent
85092ee7c1
commit
ba623d2c25
13
netwerk/testserver/docs/post.html
Normal file
13
netwerk/testserver/docs/post.html
Normal file
@ -0,0 +1,13 @@
|
||||
<HTML>
|
||||
<BODY>
|
||||
<H2>Form post testing</H2>
|
||||
<FORM Method="POST" Action="/">
|
||||
<TEXTAREA NAME="foo" ROWS="5" COLS="40">
|
||||
Enter some dummy text that will be posted.
|
||||
Add more stuff here...
|
||||
</TEXTAREA>
|
||||
<P>
|
||||
<INPUT TYPE="Submit">
|
||||
</FORM>
|
||||
</BODY>
|
||||
</HTML>
|
13
tools/testserver/docs/post.html
Normal file
13
tools/testserver/docs/post.html
Normal file
@ -0,0 +1,13 @@
|
||||
<HTML>
|
||||
<BODY>
|
||||
<H2>Form post testing</H2>
|
||||
<FORM Method="POST" Action="/">
|
||||
<TEXTAREA NAME="foo" ROWS="5" COLS="40">
|
||||
Enter some dummy text that will be posted.
|
||||
Add more stuff here...
|
||||
</TEXTAREA>
|
||||
<P>
|
||||
<INPUT TYPE="Submit">
|
||||
</FORM>
|
||||
</BODY>
|
||||
</HTML>
|
Loading…
x
Reference in New Issue
Block a user