Skip to content

if "request.build" support below #9344

Description

@scanry

for example:
Builder build = new Builder().url(url);
build.localAddress(new InetSocketAddress(tempIp, 0));
SocketAddress sa = new InetSocketAddress(host,port);
Proxy proxy = new Proxy(Proxy.Type.HTTP, sa);
build.proxy(proxy);
Request request = build.build();

if "request.build" support above, i think the "okhttp" will be flexible.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Ran CommandsOne of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions