httpbin-rs 0.1.0

使用 Rust 实现 httpbin
1
2
3
4
5
6
7
8
9
10
11
# 实现 Auth 接口

在编写接口之前,我们需要将必要的依赖添加到项目中。

## 添加依赖

- base64

```bash
cargo add base64
```