Merge: Implemented a htcpcp server
authorJean Privat <jean@pryen.org>
Thu, 28 Jan 2016 13:54:24 +0000 (08:54 -0500)
committerJean Privat <jean@pryen.org>
Thu, 28 Jan 2016 13:54:24 +0000 (08:54 -0500)
commitf4c1fc1b1eec7118514986184c9f2281b45a0d65
tree8ef2c9c9ffb91094ca0dc5a31a1150f4c00fc978
parente65b2f9486049914354619a0bc795b307baaa089
parenta4b1e2590cc139e3bd73527778ce3756470e29c5
Merge: Implemented a htcpcp server

An attempt at: https://github.com/nitlang/nit/issues/1808, a fun little example.

As a first step I haven't implemented additions, and gave as best implementation of the protocol as I could interpret it.

It's mostly based on the `file_server.nit` file. If you want to test it locally a good way is to use `curl -X <METHOD> localhost:8080`

@xymus @Bl4ckb0ne @R4PaSs

Pull-Request: #1915
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Jean Privat <jean@pryen.org>