module Netcompression:sig
..end
Netgzip
module can be used
to register the gzip
algorithm, just run
Netgzip.init()
to get this effect.
val register : iana_name:string ->
?encoder:(unit -> Netchannels.io_obj_channel) ->
?decoder:(unit -> Netchannels.io_obj_channel) -> unit -> unit
Netchannels.io_obj_channel
.val lookup_encoder : iana_name:string -> unit -> Netchannels.io_obj_channel
Not_found
val lookup_decoder : iana_name:string -> unit -> Netchannels.io_obj_channel
Not_found
val all_encoders : unit -> string list
val all_decoders : unit -> string list