http

package
v0.0.0-...-28f24a1 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StatusOK = http.StatusOK // 正常响应

	StatusBadRequest   = http.StatusBadRequest   // 请求不合法
	StatusUnauthorized = http.StatusUnauthorized // 缺少有效的登录信息
	StatusForbidden    = http.StatusForbidden    // 没有操作权限
	StatusNotFound     = http.StatusNotFound     // 操作资源不存在

	StatusInternalServerError = http.StatusInternalServerError // 内部错误
)

本系统仅使用常用 HTTP 状态码

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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