Manual Reference Source Test

src/http/index.js

// Export the neseccary modules.
export AbstractHttpService from './AbstractHttpService'
export HttpService from './HttpService'
export IHttpService from './IHttpService'