Interface URLFetchService


  • public interface URLFetchService
    The URLFetchService provides a way for user code to execute HTTP requests to external URLs.

    Chunked and hanging requests are not supported, and all content will be returned in a single block.

    • Field Detail

      • DEFAULT_DEADLINE_PROPERTY

        static final String DEFAULT_DEADLINE_PROPERTY
        System property for defining a global default URLFetch deadline.
        See Also:
        Constant Field Values
      • DEFAULT_TLS_VALIDATION_PROPERTY

        static final String DEFAULT_TLS_VALIDATION_PROPERTY
        System property to turn on server certificate validation by default. The value of the property should be the string "true" in order to enable validation.
        See Also:
        Constant Field Values