[web] implement cross origin resource sharing (CORS) (closes #2491768)
Partial implementation that is enough to get started but leaves out
some of the advanced features like caching and non-simple methods
and headers.
.. -*- coding: utf-8 -*-
Online documentation system
===========================
.. automodule:: cubicweb.web.views.wdoc
Help views
----------
.. autoclass:: cubicweb.web.views.wdoc.InlineHelpView
Actions
-------
.. autoclass:: cubicweb.web.views.wdoc.HelpAction
.. autoclass:: cubicweb.web.views.wdoc.AboutAction