Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Script (0.14 sec)

  1. okhttp/src/main/kotlin/okhttp3/Cookie.kt

      @get:JvmName("secure") val secure: Boolean,
      /**
       * Returns true if this cookie should be limited to only HTTP APIs. In web browsers this prevents
       * the cookie from being accessible to scripts.
       */
      @get:JvmName("httpOnly") val httpOnly: Boolean,
      /**
       * Returns true if this cookie does not expire at the end of the current session.
       *
       * This is true if either 'expires' or 'max-age' is present.
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Apr 06 04:12:05 GMT 2024
    - 23.1K bytes
    - Viewed (0)
Back to top