All Projects → mholt → Curl To Go

mholt / Curl To Go

Licence: mit
Convert curl commands to Go code in your browser

Programming Languages

javascript
184084 projects - #8 most used programming language
go
31211 projects - #10 most used programming language
golang
3204 projects

Labels

Projects that are alternatives of or similar to Curl To Go

Curl
Wraps the curl CLI to be used in Github Actions
Stars: ✭ 59 (-95.7%)
Mutual labels:  curl
Steamcmd Autoupdate Any Gameserver
Windows SteamCMD to autoupdate and install any game server steam cmd settings configurable lots of useful features. This batch script will keep your game servers automaticly updated updating intervals announce the server is shutting down for updates etc all configurable.
Stars: ✭ 77 (-94.39%)
Mutual labels:  curl
Curl2httpie
covert command arguments between cURL and HTTPie
Stars: ✭ 92 (-93.29%)
Mutual labels:  curl
Wsend
wsend: The opposite of wget
Stars: ✭ 64 (-95.34%)
Mutual labels:  curl
Cognitocurl
🦉🤖Easily sign curl calls to API Gateway with Cognito authorization token.
Stars: ✭ 76 (-94.46%)
Mutual labels:  curl
Androidhttp
Android Http网络开发神兵利器
Stars: ✭ 88 (-93.59%)
Mutual labels:  curl
Roboget
📦Roboget automates the process of getting apps and downloads directly
Stars: ✭ 49 (-96.43%)
Mutual labels:  curl
Grawler
Grawler is a tool written in PHP which comes with a web interface that automates the task of using google dorks, scrapes the results, and stores them in a file.
Stars: ✭ 98 (-92.86%)
Mutual labels:  curl
Okurl
OkHttp Kotlin command line
Stars: ✭ 77 (-94.39%)
Mutual labels:  curl
Katipo
HTTP2 client for Erlang based on libcurl and libevent
Stars: ✭ 90 (-93.44%)
Mutual labels:  curl
Cascadia
Go cascadia package command line CSS selector
Stars: ✭ 67 (-95.12%)
Mutual labels:  curl
Resume
Create an online resume that can be accessed by a `curl` command.
Stars: ✭ 74 (-94.61%)
Mutual labels:  curl
Curl Tap Sh
tap curl in your editor before it gets to sh it
Stars: ✭ 89 (-93.51%)
Mutual labels:  curl
Lush Http
Smart Http Client for PHP
Stars: ✭ 60 (-95.63%)
Mutual labels:  curl
Getnews.tech
A web server that fetches data from the News API and formats it for display in the terminal.
Stars: ✭ 94 (-93.15%)
Mutual labels:  curl
Bashupload
PHP/JavaScript file upload web app to upload files from command line & browser, and download them elsewhere. Frequently used to upload/download files on servers. Hosted version is available at bashupload.com.
Stars: ✭ 56 (-95.92%)
Mutual labels:  curl
Http Client
A high-performance, high-stability, cross-platform HTTP client.
Stars: ✭ 86 (-93.73%)
Mutual labels:  curl
Gql
Very simple CLI for many GraphQL schemas in the cloud. Provides autocompletion for GraphQL queries
Stars: ✭ 101 (-92.64%)
Mutual labels:  curl
Wsend Gpg
Encrypted end to end file transfer
Stars: ✭ 97 (-92.93%)
Mutual labels:  curl
Vim Http
simple vim plugin to make http requests from buffers
Stars: ✭ 90 (-93.44%)
Mutual labels:  curl

curl-to-Go

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

This is a sister tool to JSON-to-Go, which converts JSON to a Go struct type definition. To do the reverse, check out moul/http2curl.

Try it

Check it out! It works inside your browser. Just give the code a once-over since it will need you to flesh out some parts like error handling.

FAQ

Does any curl command work?

Any curl command should work, but only certain flags are understood and converted into Go 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! To request a new flag, please provide the equivalent Go code.

Credits

curl-to-Go is brought to you by Matt Holt (mholt6). Enjoy!

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