All Projects → jhawthorn → Curl To Ruby

jhawthorn / Curl To Ruby

Licence: mit
⬇️ Convert a curl command into ruby's net/http

Programming Languages

javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to Curl To Ruby

Knproxy
Lightweight, PHP-based Web Proxy that can utilize whatever remote connecting ablities your server has to offer. It should work out of the box. No configuration needed. For educational purposes.
Stars: ✭ 148 (-26.73%)
Mutual labels:  curl
J2team Community
Join our group to see more
Stars: ✭ 172 (-14.85%)
Mutual labels:  curl
Google Group Crawler
Get (almost) original messages from google group archives. Your data is yours.
Stars: ✭ 190 (-5.94%)
Mutual labels:  curl
Curlsharp
CurlSharp - .Net binding and object-oriented wrapper for libcurl.
Stars: ✭ 153 (-24.26%)
Mutual labels:  curl
Libhv
🔥 比libevent、libuv更易用的国产网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket client/server.
Stars: ✭ 3,355 (+1560.89%)
Mutual labels:  curl
Php Whois
PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 5.4+ and 7+ compatible
Stars: ✭ 179 (-11.39%)
Mutual labels:  curl
Owasp Mth3l3m3nt Framework
OWASP Mth3l3m3nt Framework is a penetration testing aiding tool and exploitation framework. It fosters a principle of attack the web using the web as well as pentest on the go through its responsive interface.
Stars: ✭ 139 (-31.19%)
Mutual labels:  curl
Lua Curlv3
Lua binding to libcurl
Stars: ✭ 197 (-2.48%)
Mutual labels:  curl
Curlx
◼️ Supercharge curl with history, collections and more.
Stars: ✭ 169 (-16.34%)
Mutual labels:  curl
Github.vim
Another github v3 api implemented in vim script
Stars: ✭ 187 (-7.43%)
Mutual labels:  curl
Bert Ner Tf
Named Entity Recognition with BERT using TensorFlow 2.0
Stars: ✭ 155 (-23.27%)
Mutual labels:  curl
Gdrive.sh
Download a file or a folder easily. curl gdrive.sh | bash -s $fileid
Stars: ✭ 164 (-18.81%)
Mutual labels:  curl
Curl Trace Parser
Parser for output from Curl --trace option
Stars: ✭ 183 (-9.41%)
Mutual labels:  curl
Curl To Csharp
curl to C# converter
Stars: ✭ 153 (-24.26%)
Mutual labels:  curl
Ob Http
make http request within org-mode babel
Stars: ✭ 191 (-5.45%)
Mutual labels:  curl
Httpp
Micro http server and client written in C++
Stars: ✭ 144 (-28.71%)
Mutual labels:  curl
Zebra curl
A high performance cURL PHP library for running of multiple requests at once, asynchronously
Stars: ✭ 172 (-14.85%)
Mutual labels:  curl
Googliser
a fast BASH multiple-image downloader
Stars: ✭ 202 (+0%)
Mutual labels:  curl
Yurunhttp
YurunHttp 是开源的 PHP HTTP 客户端,支持链式操作,简单易用。完美支持Curl、Swoole 协程。QQ群:17916227
Stars: ✭ 197 (-2.48%)
Mutual labels:  curl
Goz
A fantastic HTTP request libarary used in Golang.
Stars: ✭ 187 (-7.43%)
Mutual labels:  curl

curl-to-ruby

curl-to-ruby is a tool to instantly convert curl commands to ruby code using net/http in the browser. It does not guarantee high-fidelity conversions, but it's good enough for most API docs that have curl samples.

Try it

Check it out! It works inside your browser.

FAQ

Does any curl command work?

Any curl command should work, but only certain flags are understood and converted into ruby code. The rest of the flags will be ignored.

Which kinds of curl commands are understood?

Mostly simple HTTP commands (headers, basic auth, body, etc).

Will you consider supporting this-or-that flag?

curl has like a bajillion options, so don't expect all of them to be implemented; just the most common/important ones to stub out code from API samples and docs, etc. But feel free to open an issue or submit a pull request!

Credits

Updated to ruby by John Hawthorn (jhawthorn)

Based on curl-to-Go by Matt Holt (mholt6).

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].