UNPKG

httpsnippet-lite

Version:

HTTP Request snippet generator for *most* languages

13 lines (12 loc) 226 B
import { native } from './native/client.js'; export const ruby = { info: { key: 'ruby', title: 'Ruby', extname: '.rb', default: 'native', }, clientsById: { native, }, };