回答編集履歴
1
語句の修正
test
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
|
25
25
|
```
|
26
26
|
|
27
|
-
$ curl --dump-header - http
|
27
|
+
$ curl --dump-header - http://example.com/test-index.html
|
28
28
|
|
29
29
|
|
30
30
|
|
@@ -70,7 +70,7 @@
|
|
70
70
|
|
71
71
|
```
|
72
72
|
|
73
|
-
$ curl --dump-header - http
|
73
|
+
$ curl --dump-header - http://example.com/Test/files.html
|
74
74
|
|
75
75
|
|
76
76
|
|