Skip to content

luckymarmot/Paw-JavaApacheHttpClientFluentAPICodeGenerator

Repository files navigation

Build Status

Java + HttpClient (from HttpComponents) Code Generator (Paw Extension)

A Paw Extension that generates Java code for the Apache HttpComponents Client library via the Fluent API.

Installation

Easily install this Paw Extension: Install Java + HttpClient Code Generator

Development

Build & Install

npm install
cake build
cake install

Watch

During development, watch for changes:

cake watch

Testing

Download HttpClient >= 4.3.x at https://hc.apache.org/downloads.cgi

export CLASSPATH=.:commons-logging-1.1.3.jar:httpmime-4.3.6.jar:httpcore-4.3.3.jar:httpclient-4.3.6.jar:fluent-hc-4.3.6.jar && javac SendRequest.java && java SendRequest

License

This Paw Extension is released under the MIT License. Feel free to fork, and modify!

Copyright © 2014 Paw Inc.

Contributors

Created by Quentin Rousseau (@kwent). See Contributors.

Credits