httpsnippet
Version:
HTTP Request snippet generator for *most* languages
16 lines • 465 B
TypeScript
/**
* @description
* HTTP code snippet generator for Swift 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 | string;
}
export declare const nsurlsession: Client<NsurlsessionOptions>;
//# sourceMappingURL=client.d.ts.map