@danmat/query-server 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -81,6 +81,8 @@ Returns a copy of `response` with the `Accept-Query` header set — handy on bot
|
|
|
81
81
|
- [`@danmat/query-cache`](https://github.com/DanMat/query-cache) — body-aware response caching.
|
|
82
82
|
- **`@danmat/query-server`** — server-side request validation & negotiation *(you are here)*.
|
|
83
83
|
|
|
84
|
+
▶️ **See them work together:** [query-suite-example](https://github.com/DanMat/query-suite-example) — a runnable demo using all four, with a **[🌐 live playground](https://query-suite-example.danmat.workers.dev)**.
|
|
85
|
+
|
|
84
86
|
## License
|
|
85
87
|
|
|
86
88
|
[MIT](./LICENSE) © Dan Matthew
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@danmat/query-server",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Framework-agnostic server helpers for the HTTP QUERY method (RFC 10008): validate requests, negotiate content types, and advertise Accept-Query. Built on Web-standard Request/Response.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"http",
|