Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
8c44d56ab4
Added utf16 response extensions to help support some legacy code. Changed HttpListener to protected to help with overriding the default behavior of the RouteListener if needed. Bumped package version to 1.6.9
4617f861fc
Added support for cases where the parent directory is included in the request path. Added unit tests to check this case. Bumped package version to 1.6.4
46aab308fa
Merge pull request 'ServeFileExtension' (#2) from ServeFileExtension into master
c2f60ff19f
Bumped package version to 1.6.3. Added unit tests for serving files. Fixed issues and improved the security of the serve file extensions and the ability to compress files.
d96c44e542
Working on code and tests for a serve file extension to make developing a small web server easier.
c2f60ff19f
Bumped package version to 1.6.3. Added unit tests for serving files. Fixed issues and improved the security of the serve file extensions and the ability to compress files.
9a76dc2395
Fixed an issue with disabled function not running the converter on non ignite properties. Disabled function now allows arrays of properties to be used.