ValLaboratory / dokushokai

社内読書会リポジトリです
4 stars 0 forks source link

2015-11-25 Aグループ #209

Open takashiyamazaki opened 8 years ago

takashiyamazaki commented 8 years ago

山崎、石橋、相坂、茂木

takashiyamazaki commented 8 years ago

HEADでHTTPヘッダを取得する

takashiyamazaki commented 8 years ago

HEADはページサイズなどを知りたい場合に使う

takashiyamazaki commented 8 years ago

7bit ASCII しか入れられないのは初めて知った それで生じるバッドノウハウって?

TMogi commented 8 years ago

電子メールのヘッダと共通する部分がある

takashiyamazaki commented 8 years ago

今のメールのタイトルはHTMLの</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/takashiyamazaki"><img src="https://avatars.githubusercontent.com/u/1490648?v=4" />takashiyamazaki</a> commented <strong> 8 years ago</strong> </div> <div class="markdown-body"> <p>リクエストの必須ヘッダは、メソッド、パス、HTTPバージョン?</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/TMogi"><img src="https://avatars.githubusercontent.com/u/4123401?v=4" />TMogi</a> commented <strong> 8 years ago</strong> </div> <div class="markdown-body"> <p>httpではタイムゾーンの書式はない?</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/takashiyamazaki"><img src="https://avatars.githubusercontent.com/u/1490648?v=4" />takashiyamazaki</a> commented <strong> 8 years ago</strong> </div> <div class="markdown-body"> <p>MIMEはマイム</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/aisaka"><img src="https://avatars.githubusercontent.com/u/2297438?v=4" />aisaka</a> commented <strong> 8 years ago</strong> </div> <div class="markdown-body"> <p>application/xhtml+xml とかの application が広義すぎてこまる アプリケーション側でよしなにしてくれタイプってことで理解</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/aisaka"><img src="https://avatars.githubusercontent.com/u/2297438?v=4" />aisaka</a> commented <strong> 8 years ago</strong> </div> <div class="markdown-body"> <p>charset(チャーセットvsキャラセット)</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/takashiyamazaki"><img src="https://avatars.githubusercontent.com/u/1490648?v=4" />takashiyamazaki</a> commented <strong> 8 years ago</strong> </div> <div class="markdown-body"> <p>ガラケーは大変</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/takashiyamazaki"><img src="https://avatars.githubusercontent.com/u/1490648?v=4" />takashiyamazaki</a> commented <strong> 8 years ago</strong> </div> <div class="markdown-body"> <p>ヘッダーとHTMLで異なる言語コードを指定するとどうなるの?</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/aisaka"><img src="https://avatars.githubusercontent.com/u/2297438?v=4" />aisaka</a> commented <strong> 8 years ago</strong> </div> <div class="markdown-body"> <p><code><html lang="ja"></code> で <code>Content-Language: en-US</code> とかにしたらどうなるんだろう</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/aisaka"><img src="https://avatars.githubusercontent.com/u/2297438?v=4" />aisaka</a> commented <strong> 8 years ago</strong> </div> <div class="markdown-body"> <p>コンテントネゴシエーションって単語の割にはただの要求事項っぽい</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/kishibashi"><img src="https://avatars.githubusercontent.com/u/6701460?v=4" />kishibashi</a> commented <strong> 8 years ago</strong> </div> <div class="markdown-body"> <p>優先度のありがたさがいまいち分からない</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/takashiyamazaki"><img src="https://avatars.githubusercontent.com/u/1490648?v=4" />takashiyamazaki</a> commented <strong> 8 years ago</strong> </div> <div class="markdown-body"> <p>Content-Lengthはクライアントとサーバーのvalidateに使われることもある。</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/aisaka"><img src="https://avatars.githubusercontent.com/u/2297438?v=4" />aisaka</a> commented <strong> 8 years ago</strong> </div> <div class="markdown-body"> <p>HEAD: リソースの存在確認、リソースの更新日時だけが必要な場合につかったりするよ</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/takashiyamazaki"><img src="https://avatars.githubusercontent.com/u/1490648?v=4" />takashiyamazaki</a> commented <strong> 8 years ago</strong> </div> <div class="markdown-body"> <p>HEADに始まり、HEADに終わる。</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>