You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+19-10
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,25 @@ See the [package:shelf readme](pkgs/shelf/) for more information.
16
16
17
17
## Packages
18
18
19
-
| Package | Description | Version |
20
-
| --- | --- | --- |
21
-
|[shelf](pkgs/shelf/)| A model for web server middleware that encourages composition and easy reuse. |[](https://pub.dev/packages/shelf)|
22
-
|[shelf_packages_handler](pkgs/shelf_packages_handler/)| A shelf handler for serving a `packages/` directory. |[](https://pub.dev/packages/shelf_packages_handler)|
23
-
|[shelf_proxy](pkgs/shelf_proxy/)| A shelf handler for proxying HTTP requests to another server. |[](https://pub.dev/packages/shelf_proxy)|
24
-
|[shelf_router](pkgs/shelf_router/)| A convenient request router for the shelf web-framework, with support for URL-parameters, nested routers and routers generated from source annotations. |[](https://pub.dev/packages/shelf_router)|
25
-
|[shelf_router_generator](pkgs/shelf_router_generator/)| A package:build-compatible builder for generating request routers for the shelf web-framework based on source annotations. |[](https://pub.dev/packages/shelf_router_generator)|
26
-
|[shelf_static](pkgs/shelf_static/)| Static file server support for the shelf package and ecosystem. |[](https://pub.dev/packages/shelf_static)|
27
-
|[shelf_test_handler](pkgs/shelf_test_handler/)| A Shelf handler that makes it easy to test HTTP interactions. |[](https://pub.dev/packages/shelf_test_handler)|
28
-
|[shelf_web_socket](pkgs/shelf_web_socket/)| A shelf handler that wires up a listener for every connection. |[](https://pub.dev/packages/shelf_web_socket)|
19
+
| Package | Description | Issues | Version |
20
+
| --- | --- | --- | --- |
21
+
|[shelf](pkgs/shelf/)| A model for web server middleware that encourages composition and easy reuse. |[][shelf_issues]|[](https://pub.dev/packages/shelf)|
22
+
|[shelf_packages_handler](pkgs/shelf_packages_handler/)| A shelf handler for serving a `packages/` directory. |[][shelf_packages_handler_issues]|[](https://pub.dev/packages/shelf_packages_handler)|
23
+
|[shelf_proxy](pkgs/shelf_proxy/)| A shelf handler for proxying HTTP requests to another server. |[][shelf_proxy_issues]|[](https://pub.dev/packages/shelf_proxy)|
24
+
|[shelf_router](pkgs/shelf_router/)| A convenient request router for the shelf web-framework, with support for URL-parameters, nested routers and routers generated from source annotations. |[][shelf_router_issues]|[](https://pub.dev/packages/shelf_router)|
25
+
|[shelf_router_generator](pkgs/shelf_router_generator/)| A package:build-compatible builder for generating request routers for the shelf web-framework based on source annotations. |[][shelf_router_generator_issues]|[](https://pub.dev/packages/shelf_router_generator)|
26
+
|[shelf_static](pkgs/shelf_static/)| Static file server support for the shelf package and ecosystem. |[][shelf_static_issues]|[](https://pub.dev/packages/shelf_static)|
27
+
|[shelf_test_handler](pkgs/shelf_test_handler/)| A Shelf handler that makes it easy to test HTTP interactions. |[][shelf_test_handler_issues]|[](https://pub.dev/packages/shelf_test_handler)|
28
+
|[shelf_web_socket](pkgs/shelf_web_socket/)| A shelf handler that wires up a listener for every connection. |[][shelf_web_socket_issues]|[](https://pub.dev/packages/shelf_web_socket)|
0 commit comments