get method
Implementation
Future get(HttpRequest request,Map<String,dynamic> pathParams) async {
throw HttpException('Method not allowed');
}
Future get(HttpRequest request,Map<String,dynamic> pathParams) async {
throw HttpException('Method not allowed');
}