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
- Host: GitHub
- URL: https://github.com/objectionary/eo-http
- Owner: objectionary
- License: mit
- Created: 2022-11-25T08:35:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-15T17:40:14.000Z (7 months ago)
- Last Synced: 2025-06-15T18:55:10.541Z (7 months ago)
- Topics: eolang, http
- Language: Java
- Homepage:
- Size: 29.3 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

[](https://www.elegantobjects.org)
[](http://www.rultor.com/p/objectionary/eo-http)
[](https://www.jetbrains.com/idea/)
[](https://maven-badges.herokuapp.com/maven-central/org.eolang/eo-http)
[](https://github.com/objectionary/eo-http/actions/workflows/mvn.yml)
[](https://codecov.io/gh/objectionary/eo-http)
[](https://github.com/Graur/eo-tests/blob/master/LICENSE.txt)
[](https://codeclimate.com/github/objectionary/eo-http/maintainability)
[](https://hitsofcode.com/github/graur/eo-http/view)


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