Skip to content

ESP32 WebServer::client() should return a reference #7552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task done
gonzabrusco opened this issue Dec 5, 2022 · 1 comment
Closed
1 task done

ESP32 WebServer::client() should return a reference #7552

gonzabrusco opened this issue Dec 5, 2022 · 1 comment
Labels
Type: Feature request Feature request for Arduino ESP32

Comments

@gonzabrusco
Copy link
Contributor

Related area

ESP32

Hardware specification

ESP32 DevKit

Is your feature request related to a problem?

Hello. Can we make the same change that was applied to ESP8266 Arduino Core? That way we can use the client() method to send jsons directly with ArduinoJson library.

More info on the following link:
esp8266/Arduino#7075
https://github.com/esp8266/Arduino/pull/7080/commits

Describe the solution you'd like

Be able to use the WebServer::client() method to send jsons directly with ArduinoJson library.

Describe alternatives you've considered

Inherit the class and reimplement the client() method.

Additional context

No response

I have checked existing list of Feature requests and the Contribution Guide

  • I confirm I have checked existing list of Feature requests and Contribution Guide.
@Parsaabasi
Copy link

Hello,

Due to the overwhelming volume of issues currently being addressed, we have decided to close the previously received tickets. If you still require assistance or if the issue persists, please don't hesitate to reopen the ticket.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature request Feature request for Arduino ESP32
Projects
None yet
Development

No branches or pull requests

2 participants