first pass at an Antora conversion
This commit is contained in:
parent
2e8934be40
commit
f7cf94cd4c
193 changed files with 246 additions and 29224 deletions
|
@ -0,0 +1,7 @@
|
|||
|
||||
socket.getOutputStream().write("GET / HTTP/1.0\r\n\r\n"
|
||||
.getBytes(Charset.forName("UTF-8")));
|
||||
byte[] buffer = new byte[4096];
|
||||
int count = socket.getInputStream().read(buffer);
|
||||
System.out.write(buffer, 0, count);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue