package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type read_flag = [
  1. | `Binary
  2. | `Dummy
  3. | `Header of (string * string) list
  4. | `Skip of int64
  5. | `Streaming
]
type read_file_flag = [
  1. | `Binary
  2. | `Dummy
  3. | `Header of (string * string) list
]
type write_flag = [
  1. | `Binary
  2. | `Create
  3. | `Dummy
  4. | `Exclusive
  5. | `Header of (string * string) list
  6. | `Streaming
  7. | `Truncate
]
type write_file_flag = [
  1. | `Binary
  2. | `Create
  3. | `Dummy
  4. | `Exclusive
  5. | `Header of (string * string) list
  6. | `Truncate
]
class type http_stream_fs = object ... end
class http_fs : ?config_pipeline:(Nethttp_client.pipeline -> unit) -> ?streaming:bool -> ?tmp_directory:string -> ?tmp_prefix:string -> ?path_encoding: Netconversion.encoding -> ?enable_read_for_directories:bool -> ?enable_ftp: bool -> string -> http_stream_fs
val http_fs : ?config_pipeline:(Nethttp_client.pipeline -> unit) -> ?streaming:bool -> ?tmp_directory:string -> ?tmp_prefix:string -> ?path_encoding:Netconversion.encoding -> ?enable_read_for_directories:bool -> ?enable_ftp:bool -> string -> http_stream_fs
val find_flag : ('a -> 'b option) -> 'a list -> 'b
OCaml

Innovation. Community. Security.