댓글 검색 목록

[Nodejs] HTTP Client Utilities.

페이지 정보

작성자 운영자 작성일 19-03-09 21:10 조회 456 댓글 0

https://github.com/hapijs/wreck


wreck Logo 


const Wreck = require('wreck');

const example = async function () {

    const { res, payload } = await Wreck.get('http://example.com');
    console.log(payload.toString());
};

try {
    example();
}
catch (ex) {
    console.error(ex);
}


댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.