Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/midwayjs/midway
/ httpclient.test.ts
File
httpclient.test.ts
packages/core/test/util/httpclient.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ createHttpServer } from
'../util'
;
2
import
{ HttpClient, makeHttpRequest } from
'../../src'
;
3
4
describe(
'/test/util/httpclient.test.ts'
,
function
() {
Callers
nothing calls this directly
Calls
6
createHttpServer
Function · 0.90
makeHttpRequest
Function · 0.90
describe
Function · 0.85
request
Method · 0.65
close
Method · 0.65
getPort
Method · 0.45
Tested by
no test coverage detected