Iron —基于中间件的服务器框架-Rust开发

时间:2024-06-16 11:43:53
【文件属性】:

文件名称:Iron —基于中间件的服务器框架-Rust开发

文件大小:66KB

文件格式:ZIP

更新时间:2024-06-16 11:43:53

Rust Web Servers

Rust中的铁可扩展,并发为中心的Web开发。 响应计时器示例注:此示例与本回购中的当前Iron代码一起使用,该版本在Rust中是Iron可扩展的,以并发为中心的Web开发。 响应计时器示例注意:此示例适用于此存储库(主分支)中的当前Iron代码。 如果您使用的是crates.io中的铁0.6,请参阅分支0.6-维护中的相应示例。 板条箱铁 外箱时间; 使用iron :: prelude :: *; 使用iron :: {typemap,AfterMiddleware,BeforeMiddleware}; 使用时间:: precise_time_ns; struct ResponseTime; impl typemap :: Key for ResponseTime {


【文件预览】:
iron-master
----.travis.yml(675B)
----mount()
--------src()
--------Cargo.toml(377B)
--------examples()
--------README.md(2KB)
----LICENSE(1KB)
----CONTRIBUTING.md(635B)
----Cargo.toml(114B)
----examples()
--------around.rs(2KB)
--------error.rs(1KB)
--------hello_custom_config.rs(560B)
--------simple_routing.rs(1KB)
--------get_set_headers.rs(1KB)
--------redirect.rs(318B)
--------error_recovery.rs(4KB)
--------404.rs(178B)
--------helper_macros.rs(1KB)
--------echo.rs(660B)
--------time.rs(1022B)
--------Cargo.toml(901B)
--------hello.rs(198B)
--------content_type.rs(1KB)
--------echo_query.rs(567B)
----.gitignore(275B)
----persistent()
--------src()
--------Cargo.toml(429B)
--------examples()
--------README.md(1KB)
----logger()
--------LICENSE(1KB)
--------CONTRIBUTING.md(720B)
--------src()
--------Cargo.toml(506B)
--------examples()
--------README.md(3KB)
----iron()
--------src()
--------Cargo.toml(707B)
----README.md(7KB)
----router()
--------src()
--------Cargo.toml(405B)
--------examples()
--------README.md(2KB)

网友评论