curl
Here are 1,707 public repositories matching this topic...
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP. libcurl offers a myriad of powerful features
-
Updated
Apr 18, 2022 - C
Guzzle, an extensible PHP HTTP client
-
Updated
Apr 5, 2022 - PHP
The open-source, cross-platform API client for GraphQL, REST, and gRPC.
-
Updated
Apr 16, 2022 - JavaScript
-
Updated
Apr 3, 2022 - Python
As easy as /aitch-tee-tee-pie/
-
Updated
Apr 17, 2022 - Python
The -x (--proxy) flag in curl allows you to set the proxy. Can we add the ability to convert a curl request with a proxy flag to NodeJS
Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
-
Updated
Apr 2, 2022 - Rust
A curated list of awesome console services (reachable via HTTP, HTTPS and other network protocols)
-
Updated
Apr 16, 2022 - Shell
-
Updated
Apr 13, 2022 - C
Requests for PHP is a humble HTTP request library. It simplifies how you interact with other sites and takes away all your worries.
-
Updated
Apr 6, 2022 - PHP
I'm happy to announce that I'll be writing the second edition of Data Science at the Command Line (O'Reilly, 2014). This issue explains why I think a second edition is needed, lists what changes I plan to make, and presents a tentative outline. Finally, I have a few words about the process and giving feedback.
Why a second edition?
While the command line as a technology and as a way of w
Right now query in the nodejs api is just a string. we should support gql-parsed strings too, so that if they are exported elsewhere, it can be used directly.
import gql from 'graphql-tag';
export const GRAPHQL_QUERY=gql`
query {
something {
anotherthing
}
}
`;PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs
-
Updated
Mar 17, 2022 - PHP
HttpRunner 是一个开源的 API 测试工具,支持 HTTP(S) / HTTP2 / WebSocket / RPC 等网络协议,涵盖接口测试、性能测试、数字体验监测等测试类型。简单易用,功能强大,具有丰富的插件化机制和高度的可扩展能力。
-
Updated
Apr 18, 2022 - Go
for scripts which must pick-up shared updates from a google drive, it would be plain awesome if files already downloaded were simply skipped, rather than re-downloaded. Its especially useful when the google drive contains large files (think .isos) which are tedious to redownload.
Send push notifications to your phone or desktop using PUT/POST
-
Updated
Apr 17, 2022 - Go
Re: @bitcrazed's comment rs/curlie#12 (comment):
Apparently Console can support colors, but we need a special syscall SetConsoleMode for Windows to do so.
I think Go's x/sys/windows package exposes the necessary GetConsoleMode and SetConsoleMode syscalls, so this should be doable.
Convert curl commands to Go code in your browser
-
Updated
Sep 2, 2021 - JavaScript
The book documenting the curl project, the curl tool, libcurl and more. Simply put: everything curl.
-
Updated
Apr 10, 2022 - Perl
Hurl, run and test HTTP requests with plain text.
-
Updated
Apr 13, 2022 - Rust
Pytorch-Named-Entity-Recognition-with-BERT
-
Updated
May 6, 2021 - Python
Track conronavirus cases from command line. curl https://corona-stats.online/
-
Updated
Apr 9, 2022 - JavaScript
Improve this page
Add a description, image, and links to the curl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the curl topic, visit your repo's landing page and select "manage topics."


Hi, I've found the following cheatsheet :
In the README you explain that there must be an edit button in the page and a github button to access the sheet but as you can see it doesn't appear here.
Thx ;)