# lws-conditional-get

> Conditional-get middleware for lws

Latest version **3.0.0** (published 2024-08-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install lws-conditional-get
pnpm add lws-conditional-get
yarn add lws-conditional-get
bun add lws-conditional-get
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.0.0 |
| Published | 2024-08-01 |
| First published | 2017-03-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Node | >=12.17 |
| Dependencies | 2 |
| Unpacked size | 3.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Lloyd Brookes |
| Maintainers | 75lb |
| Keywords | lws, lws-middleware |

## Links

- npm: https://www.npmjs.com/package/lws-conditional-get
- Repository: https://github.com/lwsjs/conditional-get
- Homepage: https://github.com/lwsjs/conditional-get#readme
- Issues: https://github.com/lwsjs/conditional-get/issues
- npm.io page: https://npm.io/package/lws-conditional-get

## Dependencies (2)

- [koa-etag](https://npm.io/package/koa-etag.md) ^4.0.0
- [koa-conditional-get](https://npm.io/package/koa-conditional-get.md) ^2.0.0

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 3.0.0 (latest) — 2024-08-01
- 2.0.0 — 2020-02-09
- 1.0.1 — 2019-06-09
- 1.0.0 — 2019-06-03
- 0.3.4 — 2017-07-12
- 0.3.3 — 2017-06-26
- 0.3.2 — 2017-06-25
- 0.3.1 — 2017-06-25
- 0.3.0 — 2017-06-25
- 0.2.0 — 2017-06-18
- 0.1.0 — 2017-03-19

## README

[![view on npm](https://badgen.net/npm/v/lws-conditional-get)](https://www.npmjs.org/package/lws-conditional-get)
[![npm module downloads](https://badgen.net/npm/dt/lws-conditional-get)](https://www.npmjs.org/package/lws-conditional-get)
[![Gihub repo dependents](https://badgen.net/github/dependents-repo/lwsjs/conditional-get)](https://github.com/lwsjs/conditional-get/network/dependents?dependent_type=REPOSITORY)
[![Gihub package dependents](https://badgen.net/github/dependents-pkg/lwsjs/conditional-get)](https://github.com/lwsjs/conditional-get/network/dependents?dependent_type=PACKAGE)
[![Node.js CI](https://github.com/lwsjs/conditional-get/actions/workflows/node.js.yml/badge.svg)](https://github.com/lwsjs/conditional-get/actions/workflows/node.js.yml)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)

# lws-conditional-get

Conditional-Get support for [lws](https://github.com/lwsjs/lws). Wraps [koa-conditionalget](https://github.com/koajs/conditional-get). For usage instructions, see [here](https://github.com/lwsjs/local-web-server/wiki/How-to-use-HTTP-Conditional-Requests).

Adds the following options to lws.

```
--no-conditional-get, -n       Disable Conditional-GET caching. Force-loads resources from disk each
                               request.
```

* * *

&copy; 2017-24 Lloyd Brookes <75pound@gmail.com>.

---
_Source: https://npm.io/package/lws-conditional-get · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
