Module PagespeedapiResource.Strategy

type t =
| Default
| Desktop

Fetch and analyze the URL for desktop browsers

| Mobile

Fetch and analyze the URL for mobile devices

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