エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Building HTTP 2 server in Python
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Building HTTP 2 server in Python
Jul 30, 2016 - by Pawel Miech - about: python twisted http2 Python Twisted will support HTTP 2 in... Jul 30, 2016 - by Pawel Miech - about: python twisted http2 Python Twisted will support HTTP 2 in its web server. HTTP2 is not available by default, to get it you need to install hyper-h2 (just runpip install twisted[h2]). This is really big and exciting news for whole Python ecosystem so it’s worth seeing how it works and how difficult or easy it is to set up. In this post I’m going to build some

