An open API service indexing awesome lists of open source software.

https://github.com/ace411/bingo-functional-http

A simple tool for sending and receiving content over HTTP. Inspired by Haskell's HTTP package.
https://github.com/ace411/bingo-functional-http

haskell-http http http-request http-response php-http php-library

Last synced: 10 months ago
JSON representation

A simple tool for sending and receiving content over HTTP. Inspired by Haskell's HTTP package.

Awesome Lists containing this project

README

          

# bingo-functional-http

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0fe35dd04eaa49d9a6d84cc08a02df25)](https://app.codacy.com/app/ace411/bingo-functional-http?utm_source=github.com&utm_medium=referral&utm_content=ace411/bingo-functional-http&utm_campaign=Badge_Grade_Dashboard)
[![Build Status](https://travis-ci.org/ace411/bingo-functional-http.svg?branch=master)](https://travis-ci.org/ace411/bingo-functional-http)
[![codecov](https://codecov.io/gh/ace411/bingo-functional-http/branch/master/graph/badge.svg)](https://codecov.io/gh/ace411/bingo-functional-http)

A simple tool for sending and receiving content over HTTP. Inspired by Haskell's HTTP package.

## Requirement(s)

- PHP 7.1 or greater

## Documentation

Information on how to use this library can be found [here](https://ace411.github.io/bingo-functional/#/http).