package erssical

  1. Overview
  2. Docs

Fetching URLs with CoHTTP.

val default_ttl : float Stdlib.ref

Default time to live of cached RSS channels, in minutes. Used when a cached RSS channel does no specify a ttl. Default is 60 minutes.

val get : Log.t -> Uri.t -> string Lwt.t
  • raises Failure

    in case of error.

val get_channel : Log.t -> Uri.t -> Types.channel Lwt.t
  • raises Failure

    in case of error.