Skip to content

Commit

Permalink
Added cookie support (not fully tested), made API usable for GET and …
Browse files Browse the repository at this point in the history
…POST in scala
  • Loading branch information
Brian Ballantine committed Jan 31, 2011
1 parent a7c97cd commit ad533b2
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 471 deletions.
4 changes: 4 additions & 0 deletions src/main/java/bb/simplerestclient/jv/HTTPResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ public String getHeaderField(String key) {
}


public HttpURLConnection getConnection() {
return _connection;
}

/**
* Get error message out of connection
*
Expand Down
Loading

0 comments on commit ad533b2

Please sign in to comment.