FileUtils

zhttp.FileUtils$
object FileUtils

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def httpFileStream(req: Request, folder: String): ZIO[Any, Exception, ZStream[Any, Throwable, Chunk[Byte]]]
def serverFilePath(raw_path: String, root_folder: String, new_file: Boolean): ZIO[Any, Throwable, Path]
def serverFilePath_(raw_path: Path, root_folder: String, new_file: Boolean): ZIO[Any, Throwable, Path]

Concrete fields