Merge branch 'aws-s3'
[rl3.git] / rl3 / project_notes.org
bloba86b7594688426c559c3aad3ac0e14f61806b144
2 * Bravia
3 * Current-TODO
4 * TODO AS2 Integration
5 ** TODO Get simple AS2 Product Display going.
7 * Larceny
8 ** Error Messages
9 *** 
10     
12 * R6RS
13 * Bytevectors
14 ** A Bytevector-slice library is needed.
15 ** String Operation
16    String operations do not have offset or length arguments like other bytevector operation routings.
18    
19 * HTTP Request
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.
25 **** The header size.
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.
33    
36