All Projects → spk121 → guile-curl

spk121 / guile-curl

Licence: GPL-3.0 license
A language binding for the CURL network client library for the Guile version of the Scheme language

Programming Languages

scheme
763 projects
c
50402 projects - #5 most used programming language
M4
1887 projects
shell
77523 projects
Makefile
30231 projects
C++
36643 projects - #6 most used programming language

Labels

Projects that are alternatives of or similar to guile-curl

curlconverter
➰ ➡️ ➖ Translate cURL command lines into parameters for use with httr or actual httr calls (R)
Stars: ✭ 86 (+273.91%)
Mutual labels:  curl
GitHubAPI
[UNMAINTAINED] This is a simple Object Oriented wrapper for GitHub API v3, written with PHP7.
Stars: ✭ 36 (+56.52%)
Mutual labels:  curl
textics
📉 JavaScript Text Statistics that counts lines, words, chars, and spaces.
Stars: ✭ 36 (+56.52%)
Mutual labels:  curl
Fetch
Asynchronous HTTP client with promises.
Stars: ✭ 29 (+26.09%)
Mutual labels:  curl
squirrel
Like curl, or wget, but downloads directly go to a SQLite databse
Stars: ✭ 24 (+4.35%)
Mutual labels:  curl
axios-curlirize
axios plugin converting requests to cURL commands, saving and logging them.
Stars: ✭ 152 (+560.87%)
Mutual labels:  curl
curlall
Simple curl-like CLI tool to automatically page through APIs
Stars: ✭ 25 (+8.7%)
Mutual labels:  curl
easyhttp
EasyHttp 是一个轻量级、语义化、对IDE友好的HTTP客户端,支持常见的HTTP请求、异步请求和并发请求,让你可以快速地使用 HTTP 请求与其他 Web 应用进行通信。
Stars: ✭ 31 (+34.78%)
Mutual labels:  curl
CurlDSL
CurlDSL converts cURL commands into URLRequest objects
Stars: ✭ 56 (+143.48%)
Mutual labels:  curl
boast
I want track all HTTP requests, and replay it easily.
Stars: ✭ 61 (+165.22%)
Mutual labels:  curl
curl-worker
No description or website provided.
Stars: ✭ 42 (+82.61%)
Mutual labels:  curl
opencv3-setup
Raspberry Pi whiptail Menu driven Easy Install and Compile of opencv3 python from source files.
Stars: ✭ 47 (+104.35%)
Mutual labels:  curl
homebrew-guile
A Homebrew Tap for Guile libraries and applications.
Stars: ✭ 25 (+8.7%)
Mutual labels:  guile
cj
正方教务系统成绩查询手机版,结合Weui,自动识别验证码
Stars: ✭ 20 (-13.04%)
Mutual labels:  curl
fortran-curl
Fortran 2008 interface bindings to libcurl
Stars: ✭ 25 (+8.7%)
Mutual labels:  curl
uva-tool
Command Line Based UVa OJ Submitting and uHunting Tool
Stars: ✭ 32 (+39.13%)
Mutual labels:  curl
libopenTIDAL
TIDAL API interface written in ANSI C
Stars: ✭ 17 (-26.09%)
Mutual labels:  curl
guile-gi
Bindings for GObject Introspection and libgirepository for Guile
Stars: ✭ 49 (+113.04%)
Mutual labels:  guile
1c http
Подсистема 1С для работы с HTTP
Stars: ✭ 48 (+108.7%)
Mutual labels:  curl
php-curl-cookbook
PHP CURL Cookbook 📖
Stars: ✭ 83 (+260.87%)
Mutual labels:  curl
guile-curl is a project that has procedures that allow Guile to do
client-side URL transfers, like requesting documents from http or ftp
servers.  It is based on the libcurl library.

If trying to build this from the repository instead of a tarball,
you'll need to run 'autoreconf -vi'.  There is a 'bootstrap' script,
but, it is just a call to 'autoreconf'.

This is an autotools build, so usually building is a "./configure &&
make && make install" sort of thing.

For information on how to use it, there is a manual in the doc/
directory.

Regards,
Mike Gran <[email protected]>

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