Hoogle Search

Within LTS Haskell 24.56 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. requestMethod :: HttpRequest -> Maybe Text

    gogol-logging Gogol.Logging.Types

    The request method. Examples: "GET", "HEAD", "PUT", "POST".

  2. newtype HttpCheck_RequestMethod

    gogol-monitoring Gogol.Monitoring

    The HTTP request method to use for the check. If set to METHODUNSPECIFIED then requestmethod defaults to GET.

  3. HttpCheck_RequestMethod :: Text -> HttpCheck_RequestMethod

    gogol-monitoring Gogol.Monitoring

    No documentation available.

  4. pattern HttpCheck_RequestMethod_Get' :: HttpCheck_RequestMethod

    gogol-monitoring Gogol.Monitoring

    GET request.

  5. pattern HttpCheck_RequestMethod_METHODUNSPECIFIED :: HttpCheck_RequestMethod

    gogol-monitoring Gogol.Monitoring

    No request method specified.

  6. pattern HttpCheck_RequestMethod_Post' :: HttpCheck_RequestMethod

    gogol-monitoring Gogol.Monitoring

    POST request.

  7. data ListMetricDescriptorsResponse

    gogol-monitoring Gogol.Monitoring

    The ListMetricDescriptors response. See: newListMetricDescriptorsResponse smart constructor.

  8. ListMetricDescriptorsResponse :: Maybe [MetricDescriptor] -> Maybe Text -> ListMetricDescriptorsResponse

    gogol-monitoring Gogol.Monitoring

    No documentation available.

  9. data ListMonitoredResourceDescriptorsResponse

    gogol-monitoring Gogol.Monitoring

    The ListMonitoredResourceDescriptors response. See: newListMonitoredResourceDescriptorsResponse smart constructor.

  10. ListMonitoredResourceDescriptorsResponse :: Maybe Text -> Maybe [MonitoredResourceDescriptor] -> ListMonitoredResourceDescriptorsResponse

    gogol-monitoring Gogol.Monitoring

    No documentation available.

Page 322 of many | Previous | Next