vessel/scripts/q/forms/plain.session
Ari Archer 83971eddfc
Add session forms.
Signed-off-by: Ari Archer <ari@ari.lt>
2024-12-09 23:17:40 +02:00

8 lines
195 B
Text

$ begin req %env HOST 127.0.0.1% %env PORT 8080%
POST /%env FORM form% HTTP/1.1\r\n
Host: %env HOST 127.0.0.1%\r\n
Content-Type: text/plain\r\n
Content-Length: 13\r\n
\r\n
Hello, World
$ end req