Humphrey

所属分类:Websocket编程
开发工具:Rust
文件大小:0KB
下载次数:0
上传日期:2023-08-23 19:26:11
上 传 者sh-1993
说明:  具有WebSockets和JSON的以性能为中心、无依赖性的Web服务器。,
(A Performance-Focused, Dependency-Free Web Server with WebSockets and JSON.,)

文件列表:
.rustfmt.toml (0, 2024-01-03)
Cargo.toml (209, 2024-01-03)
LICENSE (1073, 2024-01-03)
SECURITY.md (789, 2024-01-03)
assets/ (0, 2024-01-03)
assets/logo.png (31329, 2024-01-03)
assets/logo.svg (1765, 2024-01-03)
build.bat (2020, 2024-01-03)
docs/ (0, 2024-01-03)
docs/book.toml (107, 2024-01-03)
docs/src/ (0, 2024-01-03)
docs/src/SUMMARY.md (1301, 2024-01-03)
docs/src/auth/ (0, 2024-01-03)
docs/src/auth/index.md (1086, 2024-01-03)
docs/src/core/ (0, 2024-01-03)
docs/src/core/client.md (2298, 2024-01-03)
docs/src/core/getting-started.md (6596, 2024-01-03)
docs/src/core/https.md (3401, 2024-01-03)
docs/src/core/index.md (940, 2024-01-03)
docs/src/core/monitoring.md (6504, 2024-01-03)
docs/src/core/state.md (4793, 2024-01-03)
docs/src/core/static-content.md (1938, 2024-01-03)
docs/src/core/tokio.md (580, 2024-01-03)
docs/src/introduction.md (2366, 2024-01-03)
docs/src/json/ (0, 2024-01-03)
docs/src/json/data-structures.md (3541, 2024-01-03)
docs/src/json/index.md (570, 2024-01-03)
docs/src/json/untyped-values.md (3196, 2024-01-03)
docs/src/server/ (0, 2024-01-03)
docs/src/server/configuration.md (3125, 2024-01-03)
docs/src/server/creating-a-plugin.md (4299, 2024-01-03)
... ...



Humphrey is a very fast, robust and flexible HTTP/1.1 web server, with support for static and dynamic content through its Rust crate and plugin system. It has no dependencies when only using default features, and the binary is easily extensible with a flexible configuration file and dynamically-loaded plugins. It also provides a WebSocket API for the easy integration of WebSockets into your application, a JSON manipulation crate, and a simple authentication system for authenticating users and managing sessions. ## Quick Links - [Use Humphrey as a crate](https://humphrey.whenderson.dev/core/index.html) - [Use Humphrey as a standalone application](https://humphrey.whenderson.dev/server/index.html) - [Use WebSockets with Humphrey](https://humphrey.whenderson.dev/websocket/index.html) - [Use and manipulate JSON data](https://humphrey.whenderson.dev/json/index.html) - [Use authentication with Humphrey](https://humphrey.whenderson.dev/auth/index.html) - Use HTTPS/TLS with Humphrey [Core](https://humphrey.whenderson.dev/core/https.html)/[Server](https://humphrey.whenderson.dev/server/https.html)

近期下载者

相关文件


收藏者