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 c63007f3fd Build and define type of intermediary 2014-02-26 15:21:43 -06:00
build Build and define type of intermediary 2014-02-26 15:21:43 -06:00
lib/Typertext Build and define type of intermediary 2014-02-26 15:21:43 -06:00
node_modules initial commit 2014-02-26 13:12:37 -06:00
.gitignore Add license and gitignore 2014-02-26 13:41:46 -06:00
Gruntfile.js Add bower, update gruntfile, bump version 2014-02-26 13:37:56 -06:00
README.md Modify HttpUrl interface 2014-02-26 15:20:10 -06:00
bower.json Modify HttpUrl interface 2014-02-26 15:20:10 -06:00
license.txt Fix license 2014-02-26 13:42:43 -06:00
package.json Modify HttpUrl interface 2014-02-26 15:20:10 -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
  • Documentation
  • Testing

Changelog

####0.2.0

  • Interface to decode QueryStrings
  • Interface to create HttpUrl from string ####0.1.2 Bower support ####0.1.1 Initial commit