angular/modules/http/src
Misko Hevery 512340e39b chore: Remove IRequestOptions / IResponseOptions
BREAKING CHANGE:

Reasons:

1) Interfaces should not start with letter ‘I’
2) Interfaces do not help with mistype properties, but literal types do.
   - https://github.com/Microsoft/TypeScript/pull/3823
   - https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#strict-object-literal-assignment-checking
2015-08-13 21:18:31 +00:00
..
backends chore: disable dart for HTTP package 2015-08-13 21:18:31 +00:00
base_request_options.ts chore: Remove IRequestOptions / IResponseOptions 2015-08-13 21:18:31 +00:00
base_response_options.ts chore: Remove IRequestOptions / IResponseOptions 2015-08-13 21:18:31 +00:00
enums.ts refactor(http): move http files to top-level module 2015-08-11 22:32:17 +00:00
headers.ts refactor(http): move http files to top-level module 2015-08-11 22:32:17 +00:00
http.ts chore: Remove IRequestOptions / IResponseOptions 2015-08-13 21:18:31 +00:00
http_utils.ts refactor(http): move http files to top-level module 2015-08-11 22:32:17 +00:00
interfaces.ts chore: Remove IRequestOptions / IResponseOptions 2015-08-13 21:18:31 +00:00
static_request.ts refactor(http): move http files to top-level module 2015-08-11 22:32:17 +00:00
static_response.ts refactor(http): move http files to top-level module 2015-08-11 22:32:17 +00:00
url_search_params.ts refactor(http): move http files to top-level module 2015-08-11 22:32:17 +00:00