mist/file
Types
pub external type FileDescriptor
Functions
pub external fn sendfile(
file_descriptor: FileDescriptor,
socket: Socket,
offset: Int,
bytes: Int,
options: List(a),
) -> Result(Int, Atom)
pub external fn uri_unquote(uri: String) -> String