mirror of
https://github.com/curlconverter/curlconverter.git
synced 2022-05-22 02:35:29 +03:00
4 lines
94 B
JavaScript
Generated
4 lines
94 B
JavaScript
Generated
const axios = require('axios');
|
|
|
|
const response = await axios.get('http://httpbin.org/test');
|