Skip to content

Commit 72e664a

Browse files
authored
docs: remove deprecated and unmaintained pillarjs utils (#1889)
1 parent 748c994 commit 72e664a

File tree

5 files changed

+0
-18
lines changed

5 files changed

+0
-18
lines changed

_includes/util-list.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@
3232
- [csrf](/{{page.lang}}/resources/utils/csrf.html)
3333
- [finalhandler](/{{page.lang}}/resources/utils/finalhandler.html)
3434
- [parseurl](/{{page.lang}}/resources/utils/parseurl.html)
35-
- [path-match](/{{page.lang}}/resources/utils/path-match.html)
3635
- [path-to-regexp](/{{page.lang}}/resources/utils/path-to-regexp.html)
3736
- [resolve-path](/{{page.lang}}/resources/utils/resolve-path.html)
3837
- [router](/{{page.lang}}/resources/utils/router.html)
39-
- [routington](/{{page.lang}}/resources/utils/routington.html)
4038
- [send](/{{page.lang}}/resources/utils/send.html)
41-
- [ssl-redirect](/{{page.lang}}/resources/utils/ssl-redirect.html)
42-
- [templation](/{{page.lang}}/resources/utils/templation.html)

en/resources/utils.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@ for utility functions that may be generally useful.
1818
| [csrf](https://www.npmjs.com/package/csrf) | Contains the logic behind CSRF token creation and verification. Use this module to create custom CSRF middleware.|
1919
| [finalhandler](https://www.npmjs.com/package/finalhandler) | Function to invoke as the final step to respond to HTTP request.|
2020
| [parseurl](https://www.npmjs.com/package/parseurl) | Parse a URL with caching. |
21-
| [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.|
2221
| [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.|
2322
| [resolve-path](https://www.npmjs.com/package/resolve-path) | Resolves a relative path against a root path with validation. |
2423
| [router](https://www.npmjs.com/package/router) | Simple middleware-style router. |
25-
| [routington](https://www.npmjs.com/package/routington) | Trie-based URL router for defining and matching URLs. |
2624
| [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.|
27-
| [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/). |
2825

2926

3027
For additional low-level HTTP-related modules, see [jshttp](http://jshttp.github.io/).

id/resources/utils.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@ for utility functions that may be generally useful.
1919
| [csrf](https://www.npmjs.com/package/csrf) | Contains the logic behind CSRF token creation and verification. Use this module to create custom CSRF middleware.|
2020
| [finalhandler](https://www.npmjs.com/package/finalhandler) | Function to invoke as the final step to respond to HTTP request.|
2121
| [parseurl](https://www.npmjs.com/package/parseurl) | Parse a URL with caching. |
22-
| [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.|
2322
| [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.|
2423
| [resolve-path](https://www.npmjs.com/package/resolve-path) | Resolves a relative path against a root path with validation. |
2524
| [router](https://www.npmjs.com/package/router) | Simple middleware-style router. |
26-
| [routington](https://www.npmjs.com/package/routington) | Trie-based URL router for defining and matching URLs. |
2725
| [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.|
28-
| [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/). |
2926

3027

3128
For additional low-level HTTP-related modules, see [jshttp](http://jshttp.github.io/).

th/resources/utils.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,9 @@ for utility functions that may be generally useful.
1919
| [csrf](https://www.npmjs.com/package/csrf) | Contains the logic behind CSRF token creation and verification. Use this module to create custom CSRF middleware.|
2020
| [finalhandler](https://www.npmjs.com/package/finalhandler) | Function to invoke as the final step to respond to HTTP request.|
2121
| [parseurl](https://www.npmjs.com/package/parseurl) | Parse a URL with caching. |
22-
| [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.|
2322
| [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.|
2423
| [resolve-path](https://www.npmjs.com/package/resolve-path) | Resolves a relative path against a root path with validation. |
2524
| [router](https://www.npmjs.com/package/router) | Simple middleware-style router. |
26-
| [routington](https://www.npmjs.com/package/routington) | Trie-based URL router for defining and matching URLs. |
2725
| [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.|
28-
| [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/). |
29-
3026

3127
For additional low-level HTTP-related modules, see [jshttp](http://jshttp.github.io/) .

tr/resources/utils.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,10 @@ for utility functions that may be generally useful.
1919
| [csrf](https://www.npmjs.com/package/csrf) | Contains the logic behind CSRF token creation and verification. Use this module to create custom CSRF middleware.|
2020
| [finalhandler](https://www.npmjs.com/package/finalhandler) | Function to invoke as the final step to respond to HTTP request.|
2121
| [parseurl](https://www.npmjs.com/package/parseurl) | Parse a URL with caching. |
22-
| [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.|
2322
| [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.|
2423
| [resolve-path](https://www.npmjs.com/package/resolve-path) | Resolves a relative path against a root path with validation. |
2524
| [router](https://www.npmjs.com/package/router) | Simple middleware-style router. |
26-
| [routington](https://www.npmjs.com/package/routington) | Trie-based URL router for defining and matching URLs. |
2725
| [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.|
28-
| [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/). |
29-
3026

3127
For additional low-level HTTP-related modules, see [jshttp](http://jshttp.github.io/) .
3228
</div>

0 commit comments

Comments
 (0)