core

package
v1.4.4 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContentType

type ContentType int32
const (
	NilContent    ContentType = iota // nil
	JsonContent                      // application/json
	XmlContent                       // application/xml
	FormUrlEncode                    // application/x-www-form-urlencoded
	FormMulit                        // multipart/form-data
)

func ConvertToContentType added in v1.2.0

func ConvertToContentType(v string) ContentType

func (ContentType) ToCode

func (c ContentType) ToCode() string

Jump to

Keyboard shortcuts

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