Clone this repo:
  1. 74d58bc [compliance] Update goldens - 7 fewer failures! (#526) by Kevin Moore · 24 hours ago master
  2. c6b3f75 Bump actions/cache in the github-actions group across 1 directory (#524) by dependabot[bot] · 2 days ago
  3. 498d45e test: make compliance golden tests "thoughtful" and clean up state (#525) by Kevin Moore · 2 days ago
  4. cc6b57d chore: update shelf_io test to not crash on certificate error (#522) by Kevin Moore · 7 days ago
  5. da9f1b1 Fix multi-header handling in shelf_proxy (#519) by Mouad Debbar · 13 days ago shelf_proxy-v1.0.5

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

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

Publishing automation

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