Function esp_ward::connectivity::wifi::send_request
source · pub fn send_request<'a, 's, MODE>(
socket: &mut Socket<'s, 'a, MODE>,
request: &'a [u8]
)where
MODE: WifiDeviceMode,
Expand description
Sends a request over the specified socket.
§Arguments
socket
- A mutable reference to theSocket
over which to send the request.request
- The request string to send.