mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
d10cabebb5
Added new APIs in sgx_uae_service.h and sgx_ukey_exchange.h to support ECDSA quote based remote attestation. The set of legacy APIs supports EPID only and the set of new APIs supports ECDSA quotes. Enhanced Edger8r with structure deep-copy feature. Fixed bugs. Signed-off-by: Li, Xun <xun.li@intel.com>
18 lines
595 B
ReStructuredText
18 lines
595 B
ReStructuredText
.. This is the contents of the general man page section (7).
|
|
|
|
.. _`cppmicroservices-httpservice(7)`:
|
|
|
|
Http Service
|
|
============
|
|
|
|
This bundle is based on the Http Service Specification as detailed in the
|
|
OSGi Compendium. It allows bundle developers to create communication and
|
|
user interface solutions based on HTTP and web technologies.
|
|
|
|
For this purpose, the Http Service bundle provides a servlet architecture
|
|
similar to the Java Servlet API.
|
|
|
|
.. warning::
|
|
|
|
This bundle has not reached a stable version yet. Its design and API
|
|
may change between releases in a backwards incompatible way. |