MCPcopy
hub / github.com/bisq-network/bisq / get

Method get

p2p/src/main/java/bisq/network/http/HttpClient.java:29–29  ·  view source on GitHub ↗
(String param,
               @Nullable String headerKey,
               @Nullable String headerValue)

Source from the content-addressed store, hash-verified

27 void setIgnoreSocks5Proxy(boolean ignoreSocks5Proxy);
28
29 String get(String param,
30 @Nullable String headerKey,
31 @Nullable String headerValue) throws IOException;
32

Implementers 1

HttpClientImplp2p/src/main/java/bisq/network/http/Ht

Calls

no outgoing calls