File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /**
2+ * @description
3+ * HTTP code snippet generator for native Go.
4+ *
5+ * @author
6+ * @montanaflynn
7+ *
8+ * for any questions or issues regarding the generated code snippet, please open an issue mentioning the author.
9+ */
10+
111'use strict'
212
313var util = require ( 'util' )
Original file line number Diff line number Diff line change 1+ /**
2+ * @description
3+ * HTTP code snippet generator for Java using Unirest.
4+ *
5+ * @author
6+ * @shashiranjan 84
7+ *
8+ * for any questions or issues regarding the generated code snippet, please open an issue mentioning the author.
9+ */
10+
111'use strict'
212
313var util = require ( 'util' )
Original file line number Diff line number Diff line change 1+ /**
2+ * @description
3+ * HTTP code snippet generator for native Node.js.
4+ *
5+ * @author
6+ * @AhmadNassri
7+ *
8+ * for any questions or issues regarding the generated code snippet, please open an issue mentioning the author.
9+ */
10+
111'use strict'
212
313var util = require ( 'util' )
Original file line number Diff line number Diff line change 1+ /**
2+ * @description
3+ * HTTP code snippet generator for Node.js using Request.
4+ *
5+ * @author
6+ * @AhmadNassri
7+ *
8+ * for any questions or issues regarding the generated code snippet, please open an issue mentioning the author.
9+ */
10+
111'use strict'
212
313var util = require ( 'util' )
Original file line number Diff line number Diff line change 1+ /**
2+ * @description
3+ * HTTP code snippet generator for Node.js using Unirest.
4+ *
5+ * @author
6+ * @AhmadNassri
7+ *
8+ * for any questions or issues regarding the generated code snippet, please open an issue mentioning the author.
9+ */
10+
111'use strict'
212
313var util = require ( 'util' )
Original file line number Diff line number Diff line change 11/**
2- * This file is part of the httpsnippet project (https://github.com/Mashape/httpsnippet)
3- * If you have questions or issues regarding its implementation, please open an issue.
4- * If you have questions or issues regarding the generated code snippet, please open an issue mentioning its author/contributors.
5- *
62 * @description
73 * HTTP code snippet generator for Objective-C using NSURLSession.
8- * This file tries to generate a flexible snippet than can easily be edited once pasted by the user.
94 *
105 * @author
116 * @thibaultCha
7+ *
8+ * for any questions or issues regarding the generated code snippet, please open an issue mentioning the author.
129 */
1310
1411'use strict'
Original file line number Diff line number Diff line change 1+ /**
2+ * @description
3+ * HTTP code snippet generator for OCaml using CoHTTP.
4+ *
5+ * @author
6+ * @SGrondin
7+ *
8+ * for any questions or issues regarding the generated code snippet, please open an issue mentioning the author.
9+ */
10+
111'use strict'
212
313var util = require ( 'util' )
Original file line number Diff line number Diff line change 1+ /**
2+ * @description
3+ * HTTP code snippet generator for PHP using curl-ext.
4+ *
5+ * @author
6+ * @AhmadNassri
7+ *
8+ * for any questions or issues regarding the generated code snippet, please open an issue mentioning the author.
9+ */
10+
111'use strict'
212
313var util = require ( 'util' )
Original file line number Diff line number Diff line change 1+ /**
2+ * @description
3+ * HTTP code snippet generator for native Python3.
4+ *
5+ * @author
6+ * @montanaflynn
7+ *
8+ * for any questions or issues regarding the generated code snippet, please open an issue mentioning the author.
9+ */
10+
111'use strict'
212
313var util = require ( 'util' )
Original file line number Diff line number Diff line change 1+ /**
2+ * @description
3+ * HTTP code snippet generator for the Shell using cURL.
4+ *
5+ * @author
6+ * @AhmadNassri
7+ *
8+ * for any questions or issues regarding the generated code snippet, please open an issue mentioning the author.
9+ */
10+
111'use strict'
212
313var util = require ( 'util' )
You can’t perform that action at this time.
0 commit comments