0.8.1 • Published 8 years ago

ya-request-builder v0.8.1

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

Build Status Sauce Test Status

Isomorphic or universal http client because no one exist like I need

On server that manage for proxy because :

  • companies sucks
  • need to handle all types of proxies, like https ones
  • and request handle it perfectly

Simple in the browser :

  • only a facade from XmlHTTPRequest to act the more like
  • because request handle proxy as environment configuration

As builder because :

  • this pattern is great to instantiate an object for readability

Yet another because so much alternatives already exists but no one fully worked :

  • superagent & superagent proxy doesn't make the isomorphic way
  • as it doesn't work on https but probably a but of proxy-agent
  • request & browserify for a simple get has 1.8M bundled (unminified unmangled)
  • iso-http doesn't handle proxy like it works on bult-in node module http

All I need to do

  • I need two implementations of the request : one with request and the other with XmlHTTPRequest
  • Handle the response as promise because it's better than callbacks

Browser support

Sauce Test Status

0.8.1

8 years ago

0.8.0

8 years ago

0.7.1

8 years ago

0.7.0

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago