Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Kelly (0.19 sec)

  1. android/guava/src/com/google/common/net/MediaType.java

      public static final MediaType GZIP = createConstant(APPLICATION_TYPE, "x-gzip");
    
      /**
       * <a href="https://tools.ietf.org/html/draft-kelly-json-hal-08#section-3">JSON Hypertext
       * Application Language (HAL) documents</a>.
       *
       * @since 26.0
       */
      public static final MediaType HAL_JSON = createConstant(APPLICATION_TYPE, "hal+json");
    
      /**
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Aug 07 16:17:10 GMT 2023
    - 46.2K bytes
    - Viewed (0)
Back to top