package
0.0.1-20241014-0001
Repository: https://github.com/kyaxcorp/go-core.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewConnection -> will generate a connection having default values!.

# Constants

AuthBasic -> // Username and Passsword -> which is set in the Header.
AuthByBearerToken -> this is the protocol standard -> which is set in the Header.
AuthByGETParamToken -> same Token but attached as GET Param -> which is set as Http GET Param Encrypted format of this auth type is not necessary, because the attacker will anyway get the auth token.
AuthByToken -> this is the library default auth type which is set in the Header.

# Structs

No description provided by the author
No description provided by the author