Versions in this module Expand all Collapse all v0 v0.1.3 Jan 21, 2023 Changes in this version + const MaxRedirectCount + var ServerCertificateFile = envDefault("EGO_CERT_FILE", "https-server.crt") + var ServerKeyFile = envDefault("EGO_KEY_FILE", "https-server.key") + func AddAgent(r *resty.Request, agentType string) + func AllowInsecure(flag bool) + func Auth(s *symbols.SymbolTable, args []interface{}) (interface{}, error) + func Base(s *symbols.SymbolTable, args []interface{}) (interface{}, error) + func Close(s *symbols.SymbolTable, args []interface{}) (interface{}, error) + func Debug(s *symbols.SymbolTable, args []interface{}) (interface{}, error) + func Delete(s *symbols.SymbolTable, args []interface{}) (interface{}, error) + func Exchange(endpoint, method string, body interface{}, response interface{}, ...) error + func Get(s *symbols.SymbolTable, args []interface{}) (interface{}, error) + func GetTLSConfiguration() (*tls.Config, error) + func Media(s *symbols.SymbolTable, args []interface{}) (interface{}, error) + func New(s *symbols.SymbolTable, args []interface{}) (interface{}, error) + func ParseURL(s *symbols.SymbolTable, args []interface{}) (interface{}, error) + func Post(s *symbols.SymbolTable, args []interface{}) (interface{}, error) + func Status(s *symbols.SymbolTable, args []interface{}) (interface{}, error) + func Token(s *symbols.SymbolTable, args []interface{}) (interface{}, error) + func Verify(s *symbols.SymbolTable, args []interface{}) (interface{}, error)