alex-sherwin / missing-link

Simple ant http plugin
0 stars 1 forks source link

Add HttpClient with builder pattern #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Should have the following features for the builder:

* URI parsing
  * protocol
  * host
  * port
  * context
  * extension
  * query parameters
* context builder
* query parameter builder
* header builder
  * have api support for specific common headers
    * Accept
    * Content-Type
    * Media-Type
* method builder
* authentication builder

Original issue reported on code.google.com by alex.she...@gmail.com on 12 Mar 2011 at 3:24

GoogleCodeExporter commented 8 years ago

Original comment by alex.she...@gmail.com on 12 Mar 2011 at 3:25

GoogleCodeExporter commented 8 years ago
Finished initial HttpClient + Builder with the outlined features with 
supporting features

Original comment by alex.she...@gmail.com on 12 Mar 2011 at 9:14

GoogleCodeExporter commented 8 years ago

Original comment by alex.she...@gmail.com on 19 Mar 2011 at 2:27

GoogleCodeExporter commented 8 years ago

Original comment by alex.she...@gmail.com on 19 Mar 2011 at 2:28