文件名称:HTTP-Sender:生锈的 HTTP 请求发送器
文件大小:10KB
文件格式:ZIP
更新时间:2024-07-23 07:05:01
Rust
HTTP 发送方 Rust 中的一个小的 HTTP 请求发送器。 要构建此项目,请使用: > make 由于这个项目支持Cargo ,你也可以像这样构建它: > cargo build ##执照 Copyright (c) 2014 Guillaume Gomez Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed
【文件预览】:
HTTP-Sender-master
----Makefile(1KB)
----src()
--------zlib.rs(7KB)
--------chunk_reader.rs(3KB)
--------http_sender.rs(18KB)
----.travis.yml(200B)
----Cargo.toml(356B)
----README.md(978B)
----example()
--------main.rs(2KB)