package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module PagespeedapiResource.StrategySource

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

    Fetch and analyze the URL for desktop browsers

    *)
  3. | Mobile
    (*

    Fetch and analyze the URL for mobile devices

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