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