Updated Examples (markdown)

Namhyeon Go 2020-11-12 12:11:15 +09:00
parent 72f9f2973a
commit 8d825a8617

@ -24,6 +24,8 @@ HTTP.create()
```
```
var HTTP = require("lib/http");
HTTP.create()
.setContentType("application/x-www-form-urlencoded")
.setBearerAuth(token)