Returns the output stream of a fake connection. @param request request @return output stream @throws IOException I/O exception
(final Request request)
| 772 | * @throws IOException I/O exception |
| 773 | */ |
| 774 | private static String write(final Request request) throws IOException { |
| 775 | return Token.string(Client.payload(request)); |
| 776 | } |
| 777 | |
| 778 | /** |
| 779 | * Fake HTTP connection. |
no test coverage detected