UNPKG

httpsnippet-lite

Version:

HTTP Request snippet generator for *most* languages

15 lines (14 loc) 303 B
import { python3 } from './python3/client.js'; import { requests } from './requests/client.js'; export const python = { info: { key: 'python', title: 'Python', extname: '.py', default: 'python3', }, clientsById: { python3, requests, }, };