From 60eb55e3d6caf811781ff962e8330abc5997cdb1 Mon Sep 17 00:00:00 2001 From: mitum Date: Wed, 7 Mar 2018 15:16:03 +0800 Subject: [PATCH 1/2] Add mitum/sincere to HTTP Server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da54ee7..0e73120 100644 --- a/README.md +++ b/README.md @@ -1006,6 +1006,7 @@ See also [Are we web yet?](http://www.arewewebyet.org) and [Rust web framework c * [tomaka/rouille](https://github.com/tomaka/rouille) — Web framework in Rust [](https://travis-ci.org/tomaka/rouille) * [oltdaniel/zap](https://github.com/oltdaniel/zap) - A lightning fast http framework for Rust [](https://travis-ci.org/oltdaniel/zap) * [actix/actix-web](https://github.com/actix/actix-web) — A lightweight async web framework for Rust with websocket support [](https://travis-ci.org/actix/actix-web) + * [mitum/sincere](https://github.com/mitum/sincere) — A micro web framework for Rust(stable) based on hyper and multithreading. [](https://travis-ci.org/mitum/sincere) * [WebSocket](https://datatracker.ietf.org/doc/rfc6455/) * [cyderize/rust-websocket](https://github.com/cyderize/rust-websocket) — a framework for dealing with WebSocket connections (both clients and servers) [](https://travis-ci.org/cyderize/rust-websocket) * [housleyjk/ws-rs](https://github.com/housleyjk/ws-rs) — lightweight, event-driven WebSockets for Rust [](https://travis-ci.org/housleyjk/ws-rs) From b0e55e8502eb434de4a1a147a61d2ec1ff8c3cf9 Mon Sep 17 00:00:00 2001 From: mitum Date: Wed, 7 Mar 2018 15:32:10 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix=20301=20https://travis-ci.org/mitum/sin?= =?UTF-8?q?cere.svg=3Fbranch=3Dmaster=20=20=E2=86=92=20https://api.travis-?= =?UTF-8?q?ci.org/mitum/sincere.svg=3Fbranch=3Dmaster=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e73120..afd862f 100644 --- a/README.md +++ b/README.md @@ -1006,7 +1006,7 @@ See also [Are we web yet?](http://www.arewewebyet.org) and [Rust web framework c * [tomaka/rouille](https://github.com/tomaka/rouille) — Web framework in Rust [](https://travis-ci.org/tomaka/rouille) * [oltdaniel/zap](https://github.com/oltdaniel/zap) - A lightning fast http framework for Rust [](https://travis-ci.org/oltdaniel/zap) * [actix/actix-web](https://github.com/actix/actix-web) — A lightweight async web framework for Rust with websocket support [](https://travis-ci.org/actix/actix-web) - * [mitum/sincere](https://github.com/mitum/sincere) — A micro web framework for Rust(stable) based on hyper and multithreading. [](https://travis-ci.org/mitum/sincere) + * [mitum/sincere](https://github.com/mitum/sincere) — A micro web framework for Rust(stable) based on hyper and multithreading. [](https://travis-ci.org/mitum/sincere) * [WebSocket](https://datatracker.ietf.org/doc/rfc6455/) * [cyderize/rust-websocket](https://github.com/cyderize/rust-websocket) — a framework for dealing with WebSocket connections (both clients and servers) [](https://travis-ci.org/cyderize/rust-websocket) * [housleyjk/ws-rs](https://github.com/housleyjk/ws-rs) — lightweight, event-driven WebSockets for Rust [](https://travis-ci.org/housleyjk/ws-rs)