urlread2

版本 1.2.0.0 (9.5 KB) 作者: Jim Hokanson
Generalizes HTTP requests, providing more control and access to input and output
12.6K 次下载
更新时间 2012/3/26

查看许可证

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/

引用格式

Jim Hokanson (2024). urlread2 (https://www.mathworks.com/matlabcentral/fileexchange/35693-urlread2), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2011b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.2.0.0

Changed description

1.1.0.0

Fixed GET example and code now returns HTTP status codes that are errors along with the error text instead of just throwing an error.

1.0.0.0