Skip to content

Commit

Permalink
add callback_http_server_body_received for test
Browse files Browse the repository at this point in the history
  • Loading branch information
salhk committed Jul 16, 2024
1 parent d03aac3 commit 5b99bba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .tests/librariestest/device.tbs
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,10 @@ sub callback_http_server_header_received(byref server as http_server_state, byre

end sub

sub callback_http_server_body_received(byref server as http_server_state, byref body as string)
'****callback_http_server_body_received****'
end sub

function callback_http_server_endpoint_called(byref server as http_server_state) as boolean

end function

0 comments on commit 5b99bba

Please sign in to comment.