Skip to content

Commit e26a314

Browse files
committed
docs: update readme
1 parent 0fed7b1 commit e26a314

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

-11
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,13 @@ Compliant with
1414
[![test](https://github.com/httpland/conditional-request-middleware/actions/workflows/test.yaml/badge.svg)](https://github.com/httpland/conditional-request-middleware/actions/workflows/test.yaml)
1515
[![NPM](https://nodei.co/npm/@httpland/conditional-request-middleware.png?mini=true)](https://nodei.co/npm/@httpland/conditional-request-middleware/)
1616

17-
## What
18-
19-
Middleware for HTTP Conditional Requests.
20-
21-
It conditionally processes a HTTP request based on a precondition.
22-
23-
It compliant with
24-
[RFC 9110, 13. Conditional Requests](https://www.rfc-editor.org/rfc/rfc9110#section-13).
25-
2617
## Middleware
2718

2819
For a definition of Universal HTTP middleware, see the
2920
[http-middleware](https://github.com/httpland/http-middleware) project.
3021

3122
## Usage
3223

33-
Middleware factory is exported by default.
34-
3524
To evaluate precondition, you need to provide a function to retrieve the
3625
selected representation.
3726

0 commit comments

Comments
 (0)