Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for headerKey (0.12 sec)

  1. src/vendor/golang.org/x/net/dns/dnsmessage/message.go

    	// uint16Len is the length (in bytes) of a uint16.
    	uint16Len = 2
    
    	// uint32Len is the length (in bytes) of a uint32.
    	uint32Len = 4
    
    	// headerLen is the length (in bytes) of a DNS header.
    	//
    	// A header is comprised of 6 uint16s and no padding.
    	headerLen = 6 * uint16Len
    )
    
    type nestedError struct {
    	// s is the current level's error message.
    	s string
    
    	// err is the nested error.
    	err error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 00:09:40 UTC 2024
    - 69K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/net/HttpHeaders.java

       *
       * @since 33.0.0
       */
      public static final String AD_AUCTION_SIGNALS = "Ad-Auction-Signals";
    
      /**
       * The HTTP <a href="https://wicg.github.io/turtledove/#http-headerdef-ad-auction-allowed">{@code
       * Ad-Auction-Allowed}</a> header field name.
       *
       * @since 33.2.0
       */
      public static final String AD_AUCTION_ALLOWED = "Ad-Auction-Allowed";
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 01 18:44:57 UTC 2024
    - 34.3K bytes
    - Viewed (0)
  3. guava/src/com/google/common/net/HttpHeaders.java

       *
       * @since 33.0.0
       */
      public static final String AD_AUCTION_SIGNALS = "Ad-Auction-Signals";
    
      /**
       * The HTTP <a href="https://wicg.github.io/turtledove/#http-headerdef-ad-auction-allowed">{@code
       * Ad-Auction-Allowed}</a> header field name.
       *
       * @since 33.2.0
       */
      public static final String AD_AUCTION_ALLOWED = "Ad-Auction-Allowed";
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 01 18:44:57 UTC 2024
    - 34.3K bytes
    - Viewed (0)
Back to top