#fetch #pages #web-page #utf-8 #non #encoding

已删除 http-fetch

轻松抓取网页(支持压缩和非UTF-8编码)

使用旧版 Rust 2015

0.2.1 2016年8月6日

#24#non

MIT/Apache

8KB
112 代码行

http-fetch

Build Status

一个用于抓取网页的Rust小型库。

let body = fetch_page(url); // fetch the response body of the given URL as String

开发

当在安装了openssl版本的OS X上运行时,确保将正确的路径传递给cargo以进行构建

env OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include DEP_OPENSSL_INCLUDE=/usr/local/opt/openssl/include cargo test

许可证

许可协议为以下之一:

贡献

除非您明确声明,否则您提交给作品以供包含在内的任何贡献,根据Apache-2.0许可证定义,将按照上述方式双重许可,不附加任何其他条款或条件。

依赖关系

~7.5MB
~158K SLoC