| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

差分

ナビゲーションに移動 検索に移動
327 バイト追加 、 2021年10月23日 (土) 12:47
===Rest Client===
*https://marketplace.visualstudio.com/items?itemName=humao.rest-client
[[File:vscode_restclient.png|600px]]
*cmd + option + r で送信
<pre>
GET https://example.com/comments/1 HTTP/1.1
 
###
 
GET https://example.com/topics/1 HTTP/1.1
 
###
 
POST https://example.com/comments HTTP/1.1
content-type: application/json
 
{
"name": "sample",
"time": "Wed, 21 Oct 2015 18:27:50 GMT"
}
</pre>
==[[Tips]]==
===[[文字コード]]自動判別===
"files.autoGuessEncoding": true

案内メニュー