net: lib: http_server: remove dynamic resource data buffer After introduction of struct http_response_ctx, the dynamic resource data buffer is no longer needed for transferring data between the application callback and the server. It is therefore removed to avoid unnecessary copying of data. Signed-off-by: Matt Rodgers <mrodgers@witekio.com>