Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hslam committed Jan 10, 2021
1 parent b393f64 commit 98c1755
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Package rum implements an HTTP server. The rum server is compatible with net/htt
* Fully compatible with the http.HandlerFunc interface.
* Support other router that implements the http.Handler interface.
* [Epoll / Kqueue](https://github.com/hslam/netpoll "netpoll")
* [HTTP response](https://github.com/hslam/request "response")
* [HTTP request](https://github.com/hslam/request "request")
* [HTTP response](https://github.com/hslam/response "response")
* [HTTP request multiplexer](https://github.com/hslam/mux "mux")
* [HTTP handler](https://github.com/hslam/handler "handler")

Expand Down

0 comments on commit 98c1755

Please sign in to comment.