AppEngineHttpTarget constructor
const
AppEngineHttpTarget({})
Implementation
const AppEngineHttpTarget({
required this.relativeUri,
this.httpMethod,
this.body,
this.headers,
this.appEngineRouting,
});
const AppEngineHttpTarget({
required this.relativeUri,
this.httpMethod,
this.body,
this.headers,
this.appEngineRouting,
});