Giter VIP home page Giter VIP logo

http-library's Introduction

Build Status Code Coverage

HTTP-Library

HTTP Library Java Implementation with cURL-like Command Line.

Installation

  • Java 8
  • Maven 3

Build

Use mvn package to create a .jar in /target. The executable class is HttpClientDriver.

mvn package
java -jar {path-to-project}\target\HTTP-Library-1.0-SNAPSHOT.jar [args]

Usage

Windows

Prerequisite

  • SH
  • PowerShell

First step to make it work, is to make sure you have sh in your env. path. You can get it via Git Bash if you have it installed on your PC. I had to add C:\Program Files\Git\bin in my env. variable, mileage may vary. After that, add the location of the /target directory to your file path, e.g. E:\Repos\HTTP-Library\target. Add .sh as a file extension that cmd can run by adding .SH; to your PATHEXT. Once this is done, openning .sh will depend on the default application to run the file. Make Git Bash your default application to run .sh files on windows and you are good to go!

Once that's done, you can use whttpc [command] to use the library.

Authors

  • Kerry Gougeon
  • Jonathan Mongeau

http-library's People

Contributors

kerry-g avatar jonthemango avatar

Watchers

James Cloos avatar

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.