5 ** TODO Get simple AS2 Product Display going.
14 ** A Bytevector-slice library is needed.
16 String operations do not have offset or length arguments like other bytevector operation routings.
20 ** Create a socket connection.
21 ** Get a binary input port for the socket.
22 ** Invoke http-request with the input port.
23 *** Read in the http header from the socket.
24 **** Have the total bytes read.
26 **** The content-length or chunked?
27 **** Total msg size = header + content-length.
28 **** still-to-read = total - socket-total-read.
29 **** Some content in buffers, socket and/or http ports.