Git Product home page Git Product logo

rubenchristoffer / hetty-http-utilities Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 2.0 510 KB

Hetty HTTP Utilities is a lightweight Java API primarily useful for parsing and creating raw HTTP requests and responses, along with sending and receiving them through TCP sockets.

License: MIT License

Java 100.00%
http-packets tcp tcp-sockets java http https http-client http-parser robot login-automation

hetty-http-utilities's Introduction

Hetty HTTP Utilities

Build Releases Maven Central License Requires Java SE 7

Hetty HTTP Utilities is a lightweight Java API primarily useful for parsing and creating raw HTTP requests and responses, along with sending and receiving them through TCP sockets. It gives you full control over HTTP packets that are being sent over the network and supports both HTTP and HTTPS. The project is created using eclipse and is ready to be imported.

Features

  • Supports HTTP 1.0 and 1.1
  • Supports chunked transfer encoding (does not support trailers)
  • Full control over HTTP packets (requests / responses)
  • Parses and Generates HTTP Requests and Responses
  • Parses and Generates HTTP Cookies with attributes
  • Filter pipeline that allows changes to HTTP packets before being generated / sent to server
  • HTTPCookieJar for storing cookies
  • Uses a layered system so that you can choose how "low-level" you want your code to be
  • HTTPConnection that established connection to server using TCP / SSL socket
  • HTTPNavigator that follows redirects from 'Location' headers and handles cookies for you
  • HTTPLoginRobot that logs you easily into a website using credentials
  • HTML wrapper classes for HTML support
  • Extremely lightweight (relies on no 3rd party libraries)
  • Built-in support for Jsoup HTML parser
  • Uses custom unchecked exceptions so that you do not need empty try-catch statements everywhere

Documentation

Javadoc is available at this project's Github Pages, which can also be found in the gh-pages branch.

hetty-http-utilities's People

Contributors

dependabot[bot] avatar rubenchristoffer avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

sittx mcxinyu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.