Skip to content

Commit

Permalink
feat: https 加密过程及原理链接
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooo-star committed Aug 28, 2024
1 parent 41c6d13 commit 5c630d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
- [ ] js 中的 proxy、onerror 事件监听
- [x] 手写 Promise
- [ ] Promise 执行输出
- [ ] Https 的加密过程及其工作原理
- [x] Https 的加密过程及其工作原理
- [x] 数组方法
4 changes: 4 additions & 0 deletions config/routes/fragment/net.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ export default [
title: 'HTTP 缓存协议',
link: '/net/http_cache_proto',
},
{
title: '网络相关文章参考',
link: '/net/forward',
},
];
2 changes: 1 addition & 1 deletion docs/net/https.md → docs/net/forward.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ group:
toc: content
---

## 什么是 HTTPS & 发展
- [HTTPS 的加密过程及其工作原理](https://xie.infoq.cn/article/007a9bd16f44303fbd8b40689)

0 comments on commit 5c630d8

Please sign in to comment.