Skip to content

Commit

Permalink
#60 - update for bmp-proxy - to get access to request in response
Browse files Browse the repository at this point in the history
info from the response
  • Loading branch information
tkohegyi authored Oct 6, 2017
1 parent e3d74df commit fe665a6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,8 @@ public void setAnswer(byte[] bytes) throws IOException {
public boolean isResponseVolatile() {
return responseVolatile;
}

public HttpRequestBase getMethod() {
return method;
}
}

0 comments on commit fe665a6

Please sign in to comment.