open-consul/ui-v2/app/utils/http
John Cowen f50438e76f
ui: Remove jQuery from the production build (#8088)
* ui: Split up client/http and replace $.ajax

This splits the client/http service more in the following ways:

1. Connections are now split out into its own service
2. The transport is now split out into its own service that returns a
listener based http transport
3. Various string parsing/stringifying functions are now split out into
utils

* Remove jQuery from our production build

* Move the coverage serving to the server.js file

* Self review amends

* Add X-Requested-With header

* Move some files around, externalize some functions

* Move connection tracking to use native Set

* Ensure HTTP parsing doesn't encode headers

In the future this will change to deal with all HTTP parsing in one
place, hence the commented out METHOD_PARSING etc

* Start to fix up integration tests to use requestParams
2020-07-07 19:58:46 +01:00
..
acl UI: Catch 500 error on token endpoint and revert to legacy tokens (#4874) 2018-11-02 14:44:36 +00:00
consul.js ui: Model Layer for SSO Support (#7771) 2020-05-12 17:14:41 +00:00
create-headers.js ui: Remove jQuery from the production build (#8088) 2020-07-07 19:58:46 +01:00
create-query-params.js ui: Remove jQuery from the production build (#8088) 2020-07-07 19:58:46 +01:00
create-url.js ui: Remove jQuery from the production build (#8088) 2020-07-07 19:58:46 +01:00
error.js ui: Remove jQuery from the production build (#8088) 2020-07-07 19:58:46 +01:00
headers.js ui: Model Layer for SSO Support (#7771) 2020-05-12 17:14:41 +00:00
method.js Tie up real endpoints 2018-06-25 12:25:15 -07:00
request.js ui: Remove jQuery from the production build (#8088) 2020-07-07 19:58:46 +01:00
status.js UI: New ACLs (#4789) 2018-10-19 08:45:05 -07:00
xhr.js ui: Remove jQuery from the production build (#8088) 2020-07-07 19:58:46 +01:00