Clone this repo:
  1. 4851978 shelf_router_generator: prepare to release v1.1.0 (#380) by Kevin Moore · 3 days ago master shelf_router_generator-v1.1.0
  2. e2a02b7 Move to latest pkg:dart_flutter_team_lints, bump min sdk to Dart 3 (#378) by Kevin Moore · 10 days ago
  3. 2926f76 Bump actions/checkout from 3.5.3 to 3.6.0 (#376) by dependabot[bot] · 3 weeks ago
  4. 73edd2b Bump actions/labeler from 4.2.0 to 4.3.0 (#370) by dependabot[bot] · 8 weeks ago
  5. bd59ead router_generator: allow latest pkg:analyzer, request Dart 3 (#368) by Kevin Moore · 3 months ago

Build Status

About Shelf

Shelf makes it easy to create and compose web servers and parts of web servers. How?

  • Expose a small set of simple types.
  • Map server logic into a simple function: a single argument for the request, the response is the return value.
  • Trivially mix and match synchronous and asynchronous processing.
  • Flexibility to return a simple string or a byte stream with the same model.

It was inspired by Connect for NodeJS and Rack for Ruby.

See the package:shelf readme for more information.

Packages

PackageDescriptionVersion
shelfA model for web server middleware that encourages composition and easy reuse.pub package
shelf_packages_handlerA shelf handler for serving a packages/ directory.pub package
shelf_proxyA shelf handler for proxying HTTP requests to another server.pub package
shelf_routerA convenient request router for the shelf web-framework, with support for URL-parameters, nested routers and routers generated from source annotations.pub package
shelf_router_generatorA package:build-compatible builder for generating request routers for the shelf web-framework based on source annotations.pub package
shelf_staticStatic file server support for the shelf package and ecosystem.pub package
shelf_test_handlerA Shelf handler that makes it easy to test HTTP interactions.pub package
shelf_web_socketA shelf handler that wires up a listener for every connection.pub package

Publishing automation

For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.