AppEngineHttpRequest constructor

AppEngineHttpRequest({
  1. AppEngineRouting? appEngineRouting,
  2. String? body,
  3. Map<String, String>? headers,
  4. String? httpMethod,
  5. String? relativeUri,
})

Implementation

AppEngineHttpRequest({
  this.appEngineRouting,
  this.body,
  this.headers,
  this.httpMethod,
  this.relativeUri,
});