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

https://github.com/objectionary/eo-http

HTTP Request/Response Parsing Objects for EO Programming Language
https://github.com/objectionary/eo-http

eolang http

Last synced: 7 months ago
JSON representation

HTTP Request/Response Parsing Objects for EO Programming Language

Awesome Lists containing this project

README

          

logo

[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)
[![DevOps By Rultor.com](http://www.rultor.com/b/objectionary/eo-http)](http://www.rultor.com/p/objectionary/eo-http)
[![We recommend IntelliJ IDEA](https://www.elegantobjects.org/intellij-idea.svg)](https://www.jetbrains.com/idea/)

[![Maven Central](https://img.shields.io/maven-central/v/org.eolang/eo-http.svg)](https://maven-badges.herokuapp.com/maven-central/org.eolang/eo-http)
[![mvn](https://github.com/objectionary/eo-http/actions/workflows/mvn.yml/badge.svg)](https://github.com/objectionary/eo-http/actions/workflows/mvn.yml)
[![codecov](https://codecov.io/gh/objectionary/eo-http/branch/master/graph/badge.svg)](https://codecov.io/gh/objectionary/eo-http)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/Graur/eo-tests/blob/master/LICENSE.txt)
[![Maintainability](https://api.codeclimate.com/v1/badges/b8b59692f3c8c973ac54/maintainability)](https://codeclimate.com/github/objectionary/eo-http/maintainability)
[![Hits-of-Code](https://hitsofcode.com/github/graur/eo-http)](https://hitsofcode.com/github/graur/eo-http/view)
![Code-Size](https://img.shields.io/github/languages/code-size/objectionary/eo-http)
![Lines of code](https://img.shields.io/tokei/lines/github/objectionary/eo-http)

There are EO objects here that parse and print HTTP requests and responses.

TBD...

## How to Contribute

Fork this repository, make changes, send us a [pull request](https://www.yegor256.com/2014/04/15/github-guidelines.html).
We will review your changes and apply them to the `master` branch shortly,
provided they don't violate our quality standards. To avoid frustration,
before sending us your pull request please run full Maven build:

```bash
$ mvn clean install -Pqulice
```

You will need Maven 3.3+ and Java 8+.