Future<http.Response> put(String urlPart) async { return http.put(Uri.dataFromString(baseUrl.combine('/', urlPart))); }