UrlOptions /

#includecinder/Url.h

Options for loadUrl() to dictate caching and timeout behavior.


Public Member Functions

  • UrlOptions (bool ignoreCache=false, float timeoutSeconds=30.0f)
  • ignoreCache (bool ignore=true)
  • bool
    getIgnoreCache () const
  • void
    setIgnoreCache (bool ignore=true)
  • timeout (float seconds)
  • float
    getTimeout () const
  • void
    setTimeout (float seconds)