- or download this
plackup /home/moo/post-echo.psgi -r
Watching /home/moo/lib /home/moo/post-echo.psgi for file updates.
HTTP::Server::PSGI: Accepting connections at http://0:5000/
- or download this
moo@cow[2258]~>curl http://0:5000/
OHAI GET
...
Content-Type: application/x-www-form-urlencoded
internet=cats in tubes
- or download this
curl http://0:5000/ -F code=@/home/moo/post-echo.psgi
POST http://example.org/
Expect: 100-continue
...
}
$response->finalize;
};