Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/LasCC/HackTools
/ IHTTP_UtilsProps
Interface
IHTTP_UtilsProps
src/components/http_utils/HTTP-Utils.tsx:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
};
51
52
interface IHTTP_UtilsProps {
53
url: string;
54
protocol: string;
55
type: string;
56
}
57
58
const [ values, setValues ] = http_url( {
59
url:
''
,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected