Module PagespeedapiResource.Strategy

type t =
  1. | Default
  2. | Desktop
    (*

    Fetch and analyze the URL for desktop browsers

    *)
  3. | Mobile
    (*

    Fetch and analyze the URL for mobile devices

    *)
val to_string : t -> string
val of_string : string -> t