mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
docs: remove deprecated and unmaintained pillarjs utils (#1889)
This commit is contained in:
@@ -32,11 +32,7 @@
|
|||||||
- [csrf](/{{page.lang}}/resources/utils/csrf.html)
|
- [csrf](/{{page.lang}}/resources/utils/csrf.html)
|
||||||
- [finalhandler](/{{page.lang}}/resources/utils/finalhandler.html)
|
- [finalhandler](/{{page.lang}}/resources/utils/finalhandler.html)
|
||||||
- [parseurl](/{{page.lang}}/resources/utils/parseurl.html)
|
- [parseurl](/{{page.lang}}/resources/utils/parseurl.html)
|
||||||
- [path-match](/{{page.lang}}/resources/utils/path-match.html)
|
|
||||||
- [path-to-regexp](/{{page.lang}}/resources/utils/path-to-regexp.html)
|
- [path-to-regexp](/{{page.lang}}/resources/utils/path-to-regexp.html)
|
||||||
- [resolve-path](/{{page.lang}}/resources/utils/resolve-path.html)
|
- [resolve-path](/{{page.lang}}/resources/utils/resolve-path.html)
|
||||||
- [router](/{{page.lang}}/resources/utils/router.html)
|
- [router](/{{page.lang}}/resources/utils/router.html)
|
||||||
- [routington](/{{page.lang}}/resources/utils/routington.html)
|
|
||||||
- [send](/{{page.lang}}/resources/utils/send.html)
|
- [send](/{{page.lang}}/resources/utils/send.html)
|
||||||
- [ssl-redirect](/{{page.lang}}/resources/utils/ssl-redirect.html)
|
|
||||||
- [templation](/{{page.lang}}/resources/utils/templation.html)
|
|
||||||
|
|||||||
@@ -18,13 +18,10 @@ for utility functions that may be generally useful.
|
|||||||
| [csrf](https://www.npmjs.com/package/csrf) | Contains the logic behind CSRF token creation and verification. Use this module to create custom CSRF middleware.|
|
| [csrf](https://www.npmjs.com/package/csrf) | Contains the logic behind CSRF token creation and verification. Use this module to create custom CSRF middleware.|
|
||||||
| [finalhandler](https://www.npmjs.com/package/finalhandler) | Function to invoke as the final step to respond to HTTP request.|
|
| [finalhandler](https://www.npmjs.com/package/finalhandler) | Function to invoke as the final step to respond to HTTP request.|
|
||||||
| [parseurl](https://www.npmjs.com/package/parseurl) | Parse a URL with caching. |
|
| [parseurl](https://www.npmjs.com/package/parseurl) | Parse a URL with caching. |
|
||||||
| [path-match](https://www.npmjs.com/package/path-match) | Thin wrapper around [path-to-regexp](https://github.com/component/path-to-regexp) to make extracting parameter names easier.|
|
|
||||||
| [path-to-regexp](https://www.npmjs.com/package/path-to-regexp) | Turn an Express-style path string such as ``/user/:name` into a regular expression.|
|
| [path-to-regexp](https://www.npmjs.com/package/path-to-regexp) | Turn an Express-style path string such as ``/user/:name` into a regular expression.|
|
||||||
| [resolve-path](https://www.npmjs.com/package/resolve-path) | Resolves a relative path against a root path with validation. |
|
| [resolve-path](https://www.npmjs.com/package/resolve-path) | Resolves a relative path against a root path with validation. |
|
||||||
| [router](https://www.npmjs.com/package/router) | Simple middleware-style router. |
|
| [router](https://www.npmjs.com/package/router) | Simple middleware-style router. |
|
||||||
| [routington](https://www.npmjs.com/package/routington) | Trie-based URL router for defining and matching URLs. |
|
|
||||||
| [send](https://www.npmjs.com/package/send) | Library for streaming files as a HTTP response, with support for partial responses (ranges), conditional-GET negotiation, and granular events.|
|
| [send](https://www.npmjs.com/package/send) | Library for streaming files as a HTTP response, with support for partial responses (ranges), conditional-GET negotiation, and granular events.|
|
||||||
| [templation](https://www.npmjs.com/package/templation) | View system similar to `res.render()` inspired by [co-views](https://github.com/visionmedia/co-views) and [consolidate.js](https://github.com/visionmedia/consolidate.js/). |
|
|
||||||
|
|
||||||
|
|
||||||
For additional low-level HTTP-related modules, see [jshttp](http://jshttp.github.io/).
|
For additional low-level HTTP-related modules, see [jshttp](http://jshttp.github.io/).
|
||||||
|
|||||||
@@ -19,13 +19,10 @@ for utility functions that may be generally useful.
|
|||||||
| [csrf](https://www.npmjs.com/package/csrf) | Contains the logic behind CSRF token creation and verification. Use this module to create custom CSRF middleware.|
|
| [csrf](https://www.npmjs.com/package/csrf) | Contains the logic behind CSRF token creation and verification. Use this module to create custom CSRF middleware.|
|
||||||
| [finalhandler](https://www.npmjs.com/package/finalhandler) | Function to invoke as the final step to respond to HTTP request.|
|
| [finalhandler](https://www.npmjs.com/package/finalhandler) | Function to invoke as the final step to respond to HTTP request.|
|
||||||
| [parseurl](https://www.npmjs.com/package/parseurl) | Parse a URL with caching. |
|
| [parseurl](https://www.npmjs.com/package/parseurl) | Parse a URL with caching. |
|
||||||
| [path-match](https://www.npmjs.com/package/path-match) | Thin wrapper around [path-to-regexp](https://github.com/component/path-to-regexp) to make extracting parameter names easier.|
|
|
||||||
| [path-to-regexp](https://www.npmjs.com/package/path-to-regexp) | Turn an Express-style path string such as ``/user/:name` into a regular expression.|
|
| [path-to-regexp](https://www.npmjs.com/package/path-to-regexp) | Turn an Express-style path string such as ``/user/:name` into a regular expression.|
|
||||||
| [resolve-path](https://www.npmjs.com/package/resolve-path) | Resolves a relative path against a root path with validation. |
|
| [resolve-path](https://www.npmjs.com/package/resolve-path) | Resolves a relative path against a root path with validation. |
|
||||||
| [router](https://www.npmjs.com/package/router) | Simple middleware-style router. |
|
| [router](https://www.npmjs.com/package/router) | Simple middleware-style router. |
|
||||||
| [routington](https://www.npmjs.com/package/routington) | Trie-based URL router for defining and matching URLs. |
|
|
||||||
| [send](https://www.npmjs.com/package/send) | Library for streaming files as a HTTP response, with support for partial responses (ranges), conditional-GET negotiation, and granular events.|
|
| [send](https://www.npmjs.com/package/send) | Library for streaming files as a HTTP response, with support for partial responses (ranges), conditional-GET negotiation, and granular events.|
|
||||||
| [templation](https://www.npmjs.com/package/templation) | View system similar to `res.render()` inspired by [co-views](https://github.com/visionmedia/co-views) and [consolidate.js](https://github.com/visionmedia/consolidate.js/). |
|
|
||||||
|
|
||||||
|
|
||||||
For additional low-level HTTP-related modules, see [jshttp](http://jshttp.github.io/).
|
For additional low-level HTTP-related modules, see [jshttp](http://jshttp.github.io/).
|
||||||
|
|||||||
@@ -19,13 +19,9 @@ for utility functions that may be generally useful.
|
|||||||
| [csrf](https://www.npmjs.com/package/csrf) | Contains the logic behind CSRF token creation and verification. Use this module to create custom CSRF middleware.|
|
| [csrf](https://www.npmjs.com/package/csrf) | Contains the logic behind CSRF token creation and verification. Use this module to create custom CSRF middleware.|
|
||||||
| [finalhandler](https://www.npmjs.com/package/finalhandler) | Function to invoke as the final step to respond to HTTP request.|
|
| [finalhandler](https://www.npmjs.com/package/finalhandler) | Function to invoke as the final step to respond to HTTP request.|
|
||||||
| [parseurl](https://www.npmjs.com/package/parseurl) | Parse a URL with caching. |
|
| [parseurl](https://www.npmjs.com/package/parseurl) | Parse a URL with caching. |
|
||||||
| [path-match](https://www.npmjs.com/package/path-match) | Thin wrapper around [path-to-regexp](https://github.com/component/path-to-regexp) to make extracting parameter names easier.|
|
|
||||||
| [path-to-regexp](https://www.npmjs.com/package/path-to-regexp) | Turn an Express-style path string such as ``/user/:name` into a regular expression.|
|
| [path-to-regexp](https://www.npmjs.com/package/path-to-regexp) | Turn an Express-style path string such as ``/user/:name` into a regular expression.|
|
||||||
| [resolve-path](https://www.npmjs.com/package/resolve-path) | Resolves a relative path against a root path with validation. |
|
| [resolve-path](https://www.npmjs.com/package/resolve-path) | Resolves a relative path against a root path with validation. |
|
||||||
| [router](https://www.npmjs.com/package/router) | Simple middleware-style router. |
|
| [router](https://www.npmjs.com/package/router) | Simple middleware-style router. |
|
||||||
| [routington](https://www.npmjs.com/package/routington) | Trie-based URL router for defining and matching URLs. |
|
|
||||||
| [send](https://www.npmjs.com/package/send) | Library for streaming files as a HTTP response, with support for partial responses (ranges), conditional-GET negotiation, and granular events.|
|
| [send](https://www.npmjs.com/package/send) | Library for streaming files as a HTTP response, with support for partial responses (ranges), conditional-GET negotiation, and granular events.|
|
||||||
| [templation](https://www.npmjs.com/package/templation) | View system similar to `res.render()` inspired by [co-views](https://github.com/visionmedia/co-views) and [consolidate.js](https://github.com/visionmedia/consolidate.js/). |
|
|
||||||
|
|
||||||
|
|
||||||
For additional low-level HTTP-related modules, see [jshttp](http://jshttp.github.io/) .
|
For additional low-level HTTP-related modules, see [jshttp](http://jshttp.github.io/) .
|
||||||
|
|||||||
@@ -19,14 +19,10 @@ for utility functions that may be generally useful.
|
|||||||
| [csrf](https://www.npmjs.com/package/csrf) | Contains the logic behind CSRF token creation and verification. Use this module to create custom CSRF middleware.|
|
| [csrf](https://www.npmjs.com/package/csrf) | Contains the logic behind CSRF token creation and verification. Use this module to create custom CSRF middleware.|
|
||||||
| [finalhandler](https://www.npmjs.com/package/finalhandler) | Function to invoke as the final step to respond to HTTP request.|
|
| [finalhandler](https://www.npmjs.com/package/finalhandler) | Function to invoke as the final step to respond to HTTP request.|
|
||||||
| [parseurl](https://www.npmjs.com/package/parseurl) | Parse a URL with caching. |
|
| [parseurl](https://www.npmjs.com/package/parseurl) | Parse a URL with caching. |
|
||||||
| [path-match](https://www.npmjs.com/package/path-match) | Thin wrapper around [path-to-regexp](https://github.com/component/path-to-regexp) to make extracting parameter names easier.|
|
|
||||||
| [path-to-regexp](https://www.npmjs.com/package/path-to-regexp) | Turn an Express-style path string such as ``/user/:name` into a regular expression.|
|
| [path-to-regexp](https://www.npmjs.com/package/path-to-regexp) | Turn an Express-style path string such as ``/user/:name` into a regular expression.|
|
||||||
| [resolve-path](https://www.npmjs.com/package/resolve-path) | Resolves a relative path against a root path with validation. |
|
| [resolve-path](https://www.npmjs.com/package/resolve-path) | Resolves a relative path against a root path with validation. |
|
||||||
| [router](https://www.npmjs.com/package/router) | Simple middleware-style router. |
|
| [router](https://www.npmjs.com/package/router) | Simple middleware-style router. |
|
||||||
| [routington](https://www.npmjs.com/package/routington) | Trie-based URL router for defining and matching URLs. |
|
|
||||||
| [send](https://www.npmjs.com/package/send) | Library for streaming files as a HTTP response, with support for partial responses (ranges), conditional-GET negotiation, and granular events.|
|
| [send](https://www.npmjs.com/package/send) | Library for streaming files as a HTTP response, with support for partial responses (ranges), conditional-GET negotiation, and granular events.|
|
||||||
| [templation](https://www.npmjs.com/package/templation) | View system similar to `res.render()` inspired by [co-views](https://github.com/visionmedia/co-views) and [consolidate.js](https://github.com/visionmedia/consolidate.js/). |
|
|
||||||
|
|
||||||
|
|
||||||
For additional low-level HTTP-related modules, see [jshttp](http://jshttp.github.io/) .
|
For additional low-level HTTP-related modules, see [jshttp](http://jshttp.github.io/) .
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user