urlread2
by Jim Hokanson
17 Mar 2012
(Updated 26 Mar 2012)
Generalizes HTTP requests, providing more control and access to input and output
|
Watch this File
|
| File Information |
| Description |
Version 1.1
Replacement for urlread. Example functions in the urlread2 file show how to make equivalent calls as are made in urlread. Helper functions can be written (some provided) to provide additional functionality without always needing to modify the urlread2 code.
Specific improvements:
- improved unicode support
- improved binary retrieval support
- request and response header access
- response status access
A technical description of the implementation can be found at:
http://undocumentedmatlab.com/blog/expanding-urlreads-capabilities/ |
| Acknowledgements |
Rewrites Of Urlread And Urlwrite and New Useful Urlread Urlreadv
inspired this file.
|
| Required Products |
MATLAB
|
| MATLAB release |
MATLAB 7.13 (R2011b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 25 Mar 2012 |
Fixed GET example and code now returns HTTP status codes that are errors along with the error text instead of just throwing an error. |
| 26 Mar 2012 |
Changed description |
|
Contact us