UNPKG

httpsnippet

Version:

HTTP Request snippet generator for *most* languages

16 lines 462 B
/** * @description * HTTP code snippet generator for Objective-C using NSURLSession. * * @author * @thibaultCha * * for any questions or issues regarding the generated code snippet, please open an issue mentioning the author. */ import { Client } from '../../targets'; export interface NsurlsessionOptions { pretty?: boolean; timeout?: number; } export declare const nsurlsession: Client<NsurlsessionOptions>; //# sourceMappingURL=client.d.ts.map