axios response headers

node v12.22.12
version: master
endpointsharetweet
let axios = require("axios") axios.get('https://api.github.com/users/mzabriskie').then(function (response) { console.log(response.headers) })
Loading…

no comments

    sign in to comment