https://github.com/ittokunvim/learning-actix-web
このリポジトリには、フレームワークActix-webについて学んだことをドキュメントにして保存しています。
https://github.com/ittokunvim/learning-actix-web
Last synced: 11 months ago
JSON representation
このリポジトリには、フレームワークActix-webについて学んだことをドキュメントにして保存しています。
- Host: GitHub
- URL: https://github.com/ittokunvim/learning-actix-web
- Owner: ittokunvim
- Created: 2024-05-15T14:08:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T14:13:50.000Z (about 2 years ago)
- Last Synced: 2025-01-12T00:32:51.471Z (over 1 year ago)
- Language: Rust
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learning-actix-web
このリポジトリには、フレームワークActix-webについて学んだことをドキュメントにして保存しています。
## 参考URL
https://actix.rs/docs/
## 目次
0. Introduction
- [Welcome](docs/ch00-01-welcome.md)
- [What is Actix Web](docs/ch00-02-whatis.md)
1. Basics
- [Getting Started](docs/ch01-01-getting-started.md)
- [Application](docs/ch01-02-application.md)
- [Server](docs/ch01-03-server.md)
- [Extractors](docs/ch01-04-extractors.md)
- [Handlers](docs/ch01-05-handlers.md)
2. Advanced
- [Errors](docs/ch02-01-errors.md)
- [URL Dispatch](docs/ch02-02-url-dispatch.md)
- [Testing](docs/ch02-05-testing.md)