Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { /* full uri like ganangxcoding.com/code-for/betterworld */ Uri string /* method supported like GET, POST, DELETE, PUT, PATCH */ Method string /* fill body with object or struct json type */ Body interface{} /* timout in secod default is application/json */ ContentType string /* map your header */ Header map[string]string /* with proxy url */ WithProxy string /* ignore ssl certification? */ WithForceSSL bool /* timout in secod default is 25 second */ Timeout time.Duration }
Click to show internal directories.
Click to hide internal directories.