Sunshine master
Self-hosted game stream host for Moonlight.
nvhttp::SunshineHTTPS Class Reference

Simple-Web-Server HTTPS backend configured for Sunshine certificate handling. More...

#include <src/nvhttp.h>

Inheritance diagram for nvhttp::SunshineHTTPS:
[legend]
Collaboration diagram for nvhttp::SunshineHTTPS:
[legend]

Public Member Functions

 SunshineHTTPS (boost::asio::io_context &io_context, boost::asio::ssl::context &ctx)
 Construct an HTTPS connection using Sunshine's TLS context.
 

Detailed Description

Simple-Web-Server HTTPS backend configured for Sunshine certificate handling.

Constructor & Destructor Documentation

◆ SunshineHTTPS()

nvhttp::SunshineHTTPS::SunshineHTTPS ( boost::asio::io_context & io_context,
boost::asio::ssl::context & ctx )
inline

Construct an HTTPS connection using Sunshine's TLS context.

Parameters
io_contextBoost.Asio context used for network operations.
ctxTLS context configured with Sunshine's certificate and key.

The documentation for this class was generated from the following file: