- From: Michael Banks <mbanks@progress.com>
- Date: Tue, 17 Jun 2003 09:35:34 -0400 (EDT)
- To: www-lib@w3.org
Here's what I currently have been trying. Is it on the right track? /* Get the POST ready */ HTPostAnchor( src, dst, request ); /* Connect to the remote host. */ HTEventList_dispatch(HTNet_socket( net ), HTEvent_CONNECT, HTGetTimeInMillis() ); /* Send out the body. */ pcbf = HTRequest_postCallback( request ); (*pcbf)( request, HTRequest_inputStream( request ) ); /* Read the response. */ HTEventList_dispatch( HTNet_socket( net ), HTEvent_READ, HTGetTimeInMillis() );
Received on Tuesday, 17 June 2003 10:53:44 UTC