You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: posts/grpc/why-using-grpc.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ GET /index.html
57
57
58
58
웹의 인기가 폭발적으로 증가하며, 더 정형화된 명세의 필요성이 제기 되었고, 1996년 5월 IETF 에서 HTTP/1.0 을 공식 RFC 로 등록하게 되었다.
59
59
:::note
60
-
<ahref="https://datatracker.ietf.org/doc/html/rfc1945">RFC-1945: Hypertext Transfer Protocol -- HTTP/1.0</a>
60
+
<ahref="https://datatracker.ietf.org/doc/html/rfc1945"target="_blank">RFC-1945: Hypertext Transfer Protocol -- HTTP/1.0</a>
61
61
:::
62
62
63
63
<br />
@@ -162,7 +162,7 @@ GET /index.html
162
162
2015년 5월 RFC-7540 으로 공식 표준화 되었다.
163
163
164
164
:::note
165
-
<ahref="https://datatracker.ietf.org/doc/html/rfc7540">RFC-7540: Hypertext Transfer Protocol Version 2 (HTTP/2)</a>
165
+
<ahref="https://datatracker.ietf.org/doc/html/rfc7540"target="_blank">RFC-7540: Hypertext Transfer Protocol Version 2 (HTTP/2)</a>
166
166
:::
167
167
168
168
`HTTP 2.0` 은 아래와 같은 주요 특징을 가지고 있다.
@@ -312,8 +312,8 @@ MSA 구조에서 서버간 통신을 `HTTP/2` 로만 변경해도 성능을 향
312
312
313
313
:::warning
314
314
<b>벤치 마크 결과</b>
315
-
🏷️ <ahref="https://github.com/eottabom/lego-piece/tree/main/benchmark">벤치 마크 결과 보기 (클릭)</a>
316
-
🏷️ <ahref="https://github.com/eottabom/lego-piece/tree/main/benchmark/src/main/java/lego/benchmark/serialization">벤치 마크 코드 보러가기 (클릭)</a>
315
+
🏷️ <ahref="https://github.com/eottabom/lego-piece/tree/main/benchmark"target="_blank">벤치 마크 결과 보기 (클릭)</a>
316
+
🏷️ <ahref="https://github.com/eottabom/lego-piece/tree/main/benchmark/src/main/java/lego/benchmark/serialization"target="_blank">벤치 마크 코드 보러가기 (클릭)</a>
317
317
:::
318
318
319
319
@@ -463,7 +463,7 @@ public final class PersonClient {
463
463
```
464
464
465
465
:::warning
466
-
<ahref="https://github.com/eottabom/lego-piece/tree/main/example/src/main/java/lego/example/grpc">예제 코드 보러가기 (클릭)</a>
466
+
<ahref="https://github.com/eottabom/lego-piece/tree/main/example/src/main/java/lego/example/grpc"target="_blank">예제 코드 보러가기 (클릭)</a>
0 commit comments