UNPKG

httpsnippet-lite

Version:

HTTP Request snippet generator for *most* languages

13 lines (12 loc) 233 B
import { okhttp } from "./okhttp/client.mjs"; export const kotlin = { info: { key: 'kotlin', title: 'Kotlin', extname: '.kt', default: 'okhttp', }, clientsById: { okhttp, }, };