This repository has been archived on 2019-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Kegan Myers 6fa4249461 Update build 2014-02-28 17:46:03 -06:00
build Update build 2014-02-28 17:46:03 -06:00
lib/Typertext Fix leading plus sign 2014-02-28 17:44:24 -06:00
node_modules initial commit 2014-02-26 13:12:37 -06:00
.gitignore Update gitignore 2014-02-28 10:15:51 -06:00
Gruntfile.js Add bower, update gruntfile, bump version 2014-02-26 13:37:56 -06:00
README.md Add CI todo to readme 2014-02-28 11:49:43 -06:00
bower.json Fix leading plus sign 2014-02-28 17:44:24 -06:00
license.txt Fix license 2014-02-26 13:42:43 -06:00
package.json Fix leading plus sign 2014-02-28 17:44:24 -06:00

README.md

Typertext

Typertext is a TypeScript native library for simple, sane, and extensible HTTP requests.

Usage

//Example code here

Todo

  • More robust error handling
  • Testing
  • IE 8-9 CORS support (XDomain)
  • CI

Notes

####The following are not considered features, and will not be implemented by this project:

  • JSONp

####The following are currently under consideration

  • XHR2 feature support

License

This project is licensed under the MIT license, the text of which can be read in the [license.txt] file.

Changelog

####0.3.0

  • Removed SetData from GenericResponse
  • Added documentation

####0.2.1

  • Renamed some functions
  • Pulled decoding of URL encoded objects into own function

####0.2.0

  • Interface to decode QueryStrings
  • Interface to create HttpUrl from string

####0.1.2

  • Bower support

####0.1.1

  • Initial commit