UNPKG

httpsnippet-lite

Version:

HTTP Request snippet generator for *most* languages

19 lines (18 loc) 409 B
import { axios } from './axios/client.js'; import { fetch } from './fetch/client.js'; import { jquery } from './jquery/client.js'; import { xhr } from './xhr/client.js'; export const javascript = { info: { key: 'javascript', title: 'JavaScript', extname: '.js', default: 'xhr', }, clientsById: { xhr, axios, fetch, jquery, }, };