[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Use OpenEdge.NET for streaming

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top