Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dave/blast
/ New
Function
New
httpworker/httpworker.go:20–22 ·
view source on GitHub ↗
New returns a new http worker
()
Source
from the content-addressed store, hash-verified
18
19
// New returns a new http worker
20
func
New() blaster.Worker {
21
return
&Worker{}
22
}
23
24
// Worker is the worker type
25
type
Worker
struct
{}
Callers
9
TestSend
Function · 0.70
TestPost
Function · 0.70
TestHeaders
Function · 0.70
TestError
Function · 0.70
TestErrorDecodingPayload
Function · 0.70
TestErrorCreatingRequest
Function · 0.70
TestUrlError
Function · 0.70
TestErrorTimeout
Function · 0.70
TestErrorCancel
Function · 0.70
Calls
no outgoing calls
Tested by
9
TestSend
Function · 0.56
TestPost
Function · 0.56
TestHeaders
Function · 0.56
TestError
Function · 0.56
TestErrorDecodingPayload
Function · 0.56
TestErrorCreatingRequest
Function · 0.56
TestUrlError
Function · 0.56
TestErrorTimeout
Function · 0.56
TestErrorCancel
Function · 0.56