Created
August 28, 2013 07:02
-
-
Save Porges/6362939 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Does: | |
- Support AtomPub. | |
- Ensure this works with Windows Live writer. | |
- Content-negiotiate everything. | |
- Atom (also supplied when requesting XML) | |
- HTML (via Razor templates, or XSLT transforms of XML content) | |
- JSON (just works, but needs tidying up) | |
- Output caching on server side. | |
- DNSBL. | |
- GZIP compression (needs to do in-proc to work around IIS bug regarding Vary header). | |
- WebDAV | |
- enough to mount and edit entries in Windows. | |
To think about: | |
- GZIP templated output. (Oh yeah!) | |
- To go really fast this needs scatter-gather support from Web API. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment