Skip to content

Commit b8aed91

Browse files
committed
fix: add client method in HTTPServer
1 parent 5e3693b commit b8aed91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libraries/WebServer/src/HTTPServer.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ class HTTPServer {
115115
HTTPMethod method() {
116116
return _currentMethod;
117117
}
118+
WiFiClient& client() {
119+
return _client;
120+
}
118121
HTTPUpload& upload() {
119122
return *_currentUpload;
120123
}

0 commit comments

Comments
 (0)