2014-02-26 19:27:41 +00:00
|
|
|
Typertext
|
|
|
|
=========
|
|
|
|
Typertext is a TypeScript native library for simple, sane, and extensible HTTP requests.
|
|
|
|
|
2014-03-03 21:31:38 +00:00
|
|
|
[![Build Status](https://secure.travis-ci.org/terribleplan/Typertext.png?branch=master)](https://travis-ci.org/terribleplan/Typertext)
|
2014-03-04 09:06:50 +00:00
|
|
|
[![Dependency Status](https://gemnasium.com/terribleplan/Typertext.png)](https://gemnasium.com/terribleplan/Typertext)
|
2014-03-03 21:31:38 +00:00
|
|
|
|
2014-02-26 19:27:41 +00:00
|
|
|
Usage
|
|
|
|
-----
|
|
|
|
````
|
|
|
|
//Example code here
|
|
|
|
````
|
|
|
|
|
|
|
|
Todo
|
|
|
|
----
|
2014-02-28 16:22:42 +00:00
|
|
|
- IE 8-9 CORS support (XDomain)
|
2014-03-03 21:45:25 +00:00
|
|
|
- Integrate with Sauce Labs
|
2014-02-28 16:22:42 +00:00
|
|
|
|
|
|
|
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.
|
2014-02-26 19:27:41 +00:00
|
|
|
|
|
|
|
Changelog
|
|
|
|
---------
|
2014-03-04 22:51:55 +00:00
|
|
|
####0.4.0
|
|
|
|
- Modify how exceptions are handled
|
|
|
|
- Steps toward Sauce integration
|
|
|
|
|
2014-03-04 01:05:33 +00:00
|
|
|
####0.3.3
|
|
|
|
- Fix Post methods actually calling GET
|
|
|
|
|
2014-03-03 23:56:40 +00:00
|
|
|
####0.3.2
|
|
|
|
- Added testing
|
|
|
|
|
|
|
|
####0.3.1
|
|
|
|
|
|
|
|
|
2014-02-28 16:45:35 +00:00
|
|
|
####0.3.0
|
|
|
|
- Removed SetData from GenericResponse
|
|
|
|
- Added documentation
|
2014-02-28 17:48:49 +00:00
|
|
|
|
2014-02-26 21:56:26 +00:00
|
|
|
####0.2.1
|
|
|
|
- Renamed some functions
|
|
|
|
- Pulled decoding of URL encoded objects into own function
|
2014-02-28 17:48:49 +00:00
|
|
|
|
2014-02-26 21:20:10 +00:00
|
|
|
####0.2.0
|
|
|
|
- Interface to decode QueryStrings
|
|
|
|
- Interface to create HttpUrl from string
|
2014-02-28 17:48:49 +00:00
|
|
|
|
2014-02-26 19:39:02 +00:00
|
|
|
####0.1.2
|
2014-02-28 17:49:06 +00:00
|
|
|
- Bower support
|
2014-02-28 17:48:49 +00:00
|
|
|
|
2014-02-26 19:38:27 +00:00
|
|
|
####0.1.1
|
2014-03-04 09:06:50 +00:00
|
|
|
- Initial commit
|