playframework / playframework/play-ws

[feature] Add proxyServer option to AhcWSRequest

Open
#157 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

status:backlog
Dominant language
Scala
Stars
224
Forks
92
Avg merge
1d 19h
Merged PRs (30d)
28

Description

Moved to https://github.com/playframework/playframework/issues/5513

Play Version (2.5.x / etc)

Future

API (Scala / Java / Neither / Both)

Java

Expected Behavior

Java WS API should include proxy server.

Actual Behavior

No proxy server API for Java WS. Should add it.

More details:

https://github.com/playframework/playframework/blob/master/framework/src/play-java-ws/src/main/java/play/libs/ws/ahc/AhcWSRequest.java#L41

vs

https://github.com/playframework/playframework/blob/master/framework/src/play-ws/src/main/scala/play/api/libs/ws/ahc/AhcWS.scala#L99

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Follow the referenced Play Framework issue 5513 first, since this report says the work moved there. Compare AhcWSRequest.java with the linked AhcWS.scala implementation and verify that the Java WS API exposes the corresponding proxy-server option; the work is done when that API is available.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, scala
Domain
api
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.