MCPcopy Create free account
hub / github.com/ArduPilot/ArduRemoteID / handle

Method handle

RemoteIDModule/webinterface.cpp:78–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 bool handle(WebServer& server, HTTPMethod requestMethod, String requestUri) {
79 if (requestUri != "/ajax/status.json") {
80 return false;
81 }
82 server.send(200, "application/json", status_json());
83 return true;
84 }
85
86} AJAX_Handler;
87

Callers

nothing calls this directly

Calls 2

status_jsonFunction · 0.85
sendMethod · 0.80

Tested by

no test coverage detected