All Projects → souenzzo → into-curl

souenzzo / into-curl

Licence: GPL-3.0 license
Print clj-http as a curl.

Programming Languages

clojure
4091 projects

Projects that are alternatives of or similar to into-curl

Github.vim
Another github v3 api implemented in vim script
Stars: ✭ 187 (+1000%)
Mutual labels:  curl
Human curl
Simple Human wrapper for cURL library
Stars: ✭ 206 (+1111.76%)
Mutual labels:  curl
Websocat
Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
Stars: ✭ 3,477 (+20352.94%)
Mutual labels:  curl
Ob Http
make http request within org-mode babel
Stars: ✭ 191 (+1023.53%)
Mutual labels:  curl
Curl To Ruby
⬇️ Convert a curl command into ruby's net/http
Stars: ✭ 202 (+1088.24%)
Mutual labels:  curl
Notica
Send browser notifications from your terminal. No installation. No registration.
Stars: ✭ 215 (+1164.71%)
Mutual labels:  curl
Curl Trace Parser
Parser for output from Curl --trace option
Stars: ✭ 183 (+976.47%)
Mutual labels:  curl
TF2DeepFloorplan
TF2 Deep FloorPlan Recognition using a Multi-task Network with Room-boundary-Guided Attention. Enable tensorboard, quantization, flask, tflite, docker, github actions and google colab.
Stars: ✭ 98 (+476.47%)
Mutual labels:  curl
Goploader
Easy file sharing with server-side encryption, curl/httpie/wget compliant
Stars: ✭ 205 (+1105.88%)
Mutual labels:  curl
Covid19 Tracker Cli
A curl-based command line tracker for Novel Coronavirus or COVID-19 pandemic. It Supports terminal for linux and macos, command prompt for windows, and termux for android with real-time updates.
Stars: ✭ 244 (+1335.29%)
Mutual labels:  curl
Yurunhttp
YurunHttp 是开源的 PHP HTTP 客户端,支持链式操作,简单易用。完美支持Curl、Swoole 协程。QQ群:17916227
Stars: ✭ 197 (+1058.82%)
Mutual labels:  curl
Googliser
a fast BASH multiple-image downloader
Stars: ✭ 202 (+1088.24%)
Mutual labels:  curl
Parrot.live
🐦 Bringing animated parrots to terminals everywhere
Stars: ✭ 2,642 (+15441.18%)
Mutual labels:  curl
Google Group Crawler
Get (almost) original messages from google group archives. Your data is yours.
Stars: ✭ 190 (+1017.65%)
Mutual labels:  curl
Httpie
As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie
Stars: ✭ 53,052 (+311970.59%)
Mutual labels:  curl
Goz
A fantastic HTTP request libarary used in Golang.
Stars: ✭ 187 (+1000%)
Mutual labels:  curl
Awesome Console Services
A curated list of awesome console services (reachable via HTTP, HTTPS and other network protocols)
Stars: ✭ 3,628 (+21241.18%)
Mutual labels:  curl
DbgChild
Debug Child Process Tool (auto attach)
Stars: ✭ 221 (+1200%)
Mutual labels:  debugging-tool
libpascurl
libPasCURL is delphi and object pascal wrapper around cURL library. Library for transferring data with URL syntax, supporting HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP.
Stars: ✭ 58 (+241.18%)
Mutual labels:  curl
Wttr.in
⛅ The right way to check the weather
Stars: ✭ 16,345 (+96047.06%)
Mutual labels:  curl

into-curl

Print clj-http as a curl.

Usage

Latest stable release: 0.2.0

lein/boot:

[into-curl "0.2.0"]

deps.edn:

into-curl {:mvn/version "0.2.0"}

Example:

(require [into-curl.core :refer [->curl]])

(->curl {:method "GET" :url "https://github.com/souenzzo/into-curl"})
;; => curl 'https://github.com/souenzzo/into-curl'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].