Uses of Class
dev.galasa.http.HttpFileResponse
Packages that use HttpFileResponse
-
Uses of HttpFileResponse in dev.galasa.http
Methods in dev.galasa.http that return HttpFileResponseModifier and TypeMethodDescriptionIHttpClient.getFileStream(String path) Download a file from a specified location, returning a wrapped response that provides access to the file stream and metadata.IHttpClient.getFileStream(String path, ContentType... acceptTypes) Download a file from a specified location with specific accept types, returning a wrapped response that provides access to the file stream and metadata.