You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
[](https://github.com/reno-router/reno/actions)[](https://doc.deno.land/https/deno.land/x/[email protected].15/reno/mod.ts)[](https://nest.land/package/reno)
5
+
[](https://github.com/reno-router/reno/actions)[](https://doc.deno.land/https/deno.land/x/[email protected].16/reno/mod.ts)[](https://nest.land/package/reno)
6
6
7
7
Reno is a thin routing library designed to sit on top of [Deno](https://deno.land/)'s [standard HTTP module](https://github.com/denoland/deno/tree/master/std/http).
Additionally, Reno provides a `pipe` utility for creating a higher-order route handler that invokes a sequence of functions against both the original request _and_ the computed response:
@@ -257,11 +257,11 @@ Deno.test("/ should return the expected response", async () => {
257
257
258
258
## Example Apps
259
259
260
-
As well as the [example app found in this repo](https://github.com/reno-router/reno/tree/v1.3.15/example), which is targetted by the end-to-end test suite, there is a [standalone repository for a blog microservice](https://github.com/reno-router/blog-microservice) built with Deno, Reno, PostgreSQL, and Docker.
260
+
As well as the [example app found in this repo](https://github.com/reno-router/reno/tree/v1.3.16/example), which is targetted by the end-to-end test suite, there is a [standalone repository for a blog microservice](https://github.com/reno-router/blog-microservice) built with Deno, Reno, PostgreSQL, and Docker.
261
261
262
262
## API Documentation
263
263
264
-
Consult [Reno's entry on the Deno Doc website](https://doc.deno.land/https/deno.land/x/[email protected].15/reno/mod.ts) for comprehensive documentation on Reno's API.
264
+
Consult [Reno's entry on the Deno Doc website](https://doc.deno.land/https/deno.land/x/[email protected].16/reno/mod.ts) for comprehensive documentation on Reno's API.
0 commit comments