質問編集履歴
1
リンクなどを修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -75,6 +75,17 @@
|
|
75
75
|
End Class
|
76
76
|
```
|
77
77
|
|
78
|
+
```
|
79
|
+
Send Request
|
80
|
+
POST https://localhost:44385/api/ApiTest HTTP/1.1
|
81
|
+
content-type: application/json
|
78
82
|
|
83
|
+
{
|
84
|
+
"name": "sample",
|
85
|
+
"time": "Wed, 21 Oct 2015 18:27:50 GMT"
|
86
|
+
}
|
87
|
+
```
|
88
|
+
|
89
|
+
|
79
90
|
WEBAPIを作成する際に参考にしたサイト:
|
80
|
-
https://www.dcast01.com/vb-net-rest-api2/
|
91
|
+
[https://www.dcast01.com/vb-net-rest-api2/](https://www.dcast01.com/vb-net-rest-api2/)
|