We want to unit-test http-proxy related code. Is there a Java package which can simulate a http proxy?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The JMeter Library has got a http proxy server you can use in several ways. We use it for exactly the same thing you want to do.
http://jmeter.apache.org/
Ignore the graphical interface if you want to automate the test.
Regards.