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 769c779d8c Allow arrays to be used as arguments for POST/PUT requests 2014-07-07 14:29:39 -05:00
build Allow arrays to be used as arguments for POST/PUT requests 2014-07-07 14:29:39 -05:00
lib/Typertext Allow arrays to be used as arguments for POST/PUT requests 2014-07-07 14:29:39 -05:00
test/Typertext Allow arrays to be used as arguments for POST/PUT requests 2014-07-07 14:29:39 -05:00
.gitignore Update gitignore 2014-02-28 10:15:51 -06:00
.travis.yml Rename .travis.yaml to .yml, thanks PhpStorm... 2014-03-03 17:40:44 -06:00
Gruntfile.js Bump version, update test to use minified for sanity 2014-03-04 17:56:57 -06:00
README.md Merge branch 'master' of github.com:terribleplan/Typertext 2014-03-04 16:54:19 -06:00
bower.json Allow arrays to be used as arguments for POST/PUT requests 2014-07-07 14:29:39 -05:00
karma.conf.js Update error handling 2014-03-04 16:51:55 -06:00
karma.conf.min.js Bump version, update test to use minified for sanity 2014-03-04 17:56:57 -06:00
license.txt Fix license 2014-02-26 13:42:43 -06:00
package.json Allow arrays to be used as arguments for POST/PUT requests 2014-07-07 14:29:39 -05:00

README.md

Typertext

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

Build Status Dependency Status

Usage

//Example code here

Todo

  • IE 8-9 CORS support (XDomain)
  • Integrate with Sauce Labs

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.4.0

  • Modify how exceptions are handled
  • Steps toward Sauce integration

####0.3.3

  • Fix Post methods actually calling GET

####0.3.2

  • Added testing

####0.3.1

####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