ShelfRequestContext constructor

ShelfRequestContext(
  1. Angel angelApp,
  2. Container container,
  3. Request rawRequest,
  4. String path,
)

Implementation

ShelfRequestContext(
    this.angelApp, this.container, this.rawRequest, this.path) {
  rawRequest.headers.forEach(headers.add);
}