回答編集履歴
2
URLにリンクを付与
answer
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
のようにファイルの変更日時が取得できるかと思います。
|
14
14
|
|
15
15
|
Python で例えば
|
16
|
-
https://qiita.com/sqrtxx/items/49beaa3795925e7de666
|
16
|
+
[https://qiita.com/sqrtxx/items/49beaa3795925e7de666](https://qiita.com/sqrtxx/items/49beaa3795925e7de666)
|
17
17
|
で紹介されている `requests` ライブラリを使用する場合
|
18
18
|
|
19
19
|
```
|
1
URLにリンクを付与
answer
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
対象サーバのレスポンスヘッダに `Last-Modified` が付与されている場合は `Last-Modified` を利用することができるかと思います。
|
2
|
-
https://triple-underscore.github.io/RFC7232-ja.html#section-2.2
|
2
|
+
[https://triple-underscore.github.io/RFC7232-ja.html#section-2.2](https://triple-underscore.github.io/RFC7232-ja.html#section-2.2)
|
3
3
|
|
4
4
|
例えば teratail のアイコンファイルは
|
5
5
|
`https://teratail.storage.googleapis.com/assets/img/common/ttlHeader.png`
|