From d9fa668843527f688e55de6ae2a3ed87db8d80c8 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sat, 2 Oct 2021 23:41:54 -0300 Subject: Link to http-kit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b3c7ba9..b9729a6 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ This will attempt to match a route with the request map and return the matched r Note that the `request-method` doesn't have to be a keyword, it can be anything that your HTTP server returns. But it does have to be called `request-method` for the router to know where to look for. -### Setting up with http-kit +### Setting up with [http-kit](https://github.com/http-kit/http-kit) -Now, obviously on its own the router is not very useful as it needs an actual HTTP server to return the responses to the world, so here's an example that uses http-kit: +Now, obviously on its own the router is not very useful as it needs an actual HTTP server to return the responses to the world, so here's an example that uses [http-kit](https://github.com/http-kit/http-kit): ```clojure (ns myapp.core -- cgit v1.2.3