orbital-js / orbital-old-framework

📝 Orbital is a NodeJS framework for writing your backend servers faster than ever and with Angular-like syntax.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTTP Tracking

wbhob opened this issue · comments

@boat/http is based on the request library, and allows you to request other APIs from your own API. This issue is to track features for the HTTP module.

  • Base options from Angular, and Option transformation to request compatible options
  • Common request method on Http class
  • Create mocking interface (backlog)