util

package
v1.4.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// HttpHeaderContentType HTTP request header keyword: Content-Type which is used in HTTP request and response
	// headers to specify the media type of the entity body
	HttpHeaderContentType = "Content-Type"
	// HttpHeaderContentLength HTTP request header keyword: Content-Length which is used to indicate the size of the
	// message body, ensuring that the message can be transmitted and parsed correctly
	HttpHeaderContentLength = "Content-Length"
	// HttpHeaderTransferEncoding HTTP request header keyword: Transfer-Encoding which is used to indicate the HTTP
	// transmission encoding type used by the server
	HttpHeaderTransferEncoding = "Transfer-Encoding"

	// HttpContentTypeJson HTTP request Content-Type type: application/json which is used to indicate that the data
	// type transmitted in the HTTP request and response body is JSON
	HttpContentTypeJson = "application/json"
)

Variables

This section is empty.

Functions

func IsNil

func IsNil(i interface{}) bool

Types

This section is empty.

Directories

Path Synopsis
kubernetes
Package pubkeypin provides primitives for x509 public key pinning in the style of RFC7469.
Package pubkeypin provides primitives for x509 public key pinning in the style of RFC7469.
package taints implements utilities for working with taints
package taints implements utilities for working with taints

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL