P
Peter Judge
Guest
Onno, What kind of streaming does the REST-service require? From PASOE you can return a response in HTTP chunks ( RFC 2616 - Hypertext Transfer Protocol -- HTTP/1.1 ) , by writing the output in pieces (so load PDF into a memptr, call Write(get-bytes(m, 1, 1024)) etc . The ABL HTTP client does not send data in chunks. It can consume chunked responses though. It is also not a streaming client since it is synchronous.
Continue reading...
Continue reading...