Logo Pico-Framework A web-first embedded framework for C++
Loading...
Searching...
No Matches
TaskParams Struct Reference

Parameters passed to the per-client handler task. More...

+ Collaboration diagram for TaskParams:

Public Attributes

HttpServerserver
 
Tcptcp
 

Detailed Description

Definition at line 67 of file HttpServer.cpp.

Member Data Documentation

◆ server

HttpServer* TaskParams::server

Definition at line 69 of file HttpServer.cpp.

◆ tcp

Tcp* TaskParams::tcp

Definition at line 70 of file HttpServer.cpp.


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