kaazing / http2-cache.js

2 stars 11 forks source link

Change pushURL to push #26

Closed dpwspoon closed 7 years ago

dpwspoon commented 7 years ago

Configuration should be:

{  
   "push":"http://rest-accelerator/event-source",
   "transport":"ws://rest-accelerator/",
   "proxy":[  
      "http://origin:80/path"
   ]
}

Currently it is

{  
   "pushURL":"http://rest-accelerator/event-source",
   "transport":"ws://rest-accelerator/",
   "proxy":[  
      "http://origin:80/path"
   ]
}