Go to file
Levi B 6c9055cadc Fix CJK Ideographs and Hangul Syllables representation
Characters in these blocks weren't correctly identified as assigned characters, which caused the encoders to always encode them, even if the ranges were in the allow list.
2015-04-07 13:54:46 -07:00
src Fix CJK Ideographs and Hangul Syllables representation 2015-04-07 13:54:46 -07:00
test Fix CJK Ideographs and Hangul Syllables representation 2015-04-07 13:54:46 -07:00
unicode Fix CJK Ideographs and Hangul Syllables representation 2015-04-07 13:54:46 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
HttpAbstractions.sln
LICENSE.txt
NuGet.Config
README.md
appveyor.yml Fix AppVeyor git line ending config 2015-04-03 17:11:45 -07:00
build.cmd
build.sh
global.json
makefile.shade

README.md

HttpAbstractions

AppVeyor: AppVeyor

Travis: Travis

Contains HTTP abstractions for ASP.NET 5 such as HttpRequest, HttpResponse. Also contains IBuilder and types to create your application's hosting pipeline.

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.