Matlab GZIP http postrequest
Mostra commenti meno recenti
Hi Guys,
I want to send a reasonably large matrix (120 * 10000) over http, encoded as JSON.
request =
RequestMessage with properties:
Method: POST
RequestLine: 'POST'
Header: [1×3 matlab.net.http.HeaderField]
Body: [1×1 matlab.net.http.MessageBody]
Completed: 0
It's very slow,m in fact, slow enough that the server never actually finishes getting the request. I believe the best way to speed it up, would be to gzip the request body....
Can matlab do this?
Simon
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Call Web Services from MATLAB Using HTTP in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!