Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eventure/hide.client.linux
/ ErrHttpStatus
TypeAlias
ErrHttpStatus
rest/client.go:37–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
var
ErrBadDomain = errors.New(
"bad domain "
)
36
37
type
ErrHttpStatus int
38
func
( e ErrHttpStatus ) Error() string {
return
"bad HTTP status "
+ strconv.Itoa( int( e ) ) }
39
40
type
Config
struct
{
Callers
2
postJson
Method · 0.70
get
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected