* @desc Send multiple HTTP requests to the specified HTTP server
* @desc Send multiple HTTPv4 requests to the specified HTTP server
* @param p_srcAddress The host HTTP address
* @param p_httpServerAddress The HTTP server address
* @param p_noOfDataRequests The nimber of HTTP request to be sent
* @param p_noOfDataRequests The number of HTTP request to be sent
* @param p_withHugePayload Set to true if huge packet is required
* @return true on success, false otherwise
*/
signatures_httpSendData(inIpv4Addressp_srcAddress,inIpv4Addressp_httpServerAddress,inUIntp_noOfDataRequests)returnboolean;// TODO To be continued
signatures_httpSendDataV4(inIpv4Addressp_srcAddress,inIpv4Addressp_httpServerAddress,inUIntp_noOfDataRequests,inbooleanp_withHugePayload)returnboolean;// TODO To be continued
/**
* @desc Send multiple HTTPv6 requests to the specified HTTP server
* @param p_srcAddress The host HTTP address
* @param p_httpServerAddress The HTTP server address
* @param p_noOfDataRequests The number of HTTP request to be sent
* @param p_withHugePayload Set to true if huge packet is required
* @return true on success, false otherwise
*/
signatures_httpSendDataV6(inIpv6Addressp_srcAddress,inIpv6Addressp_httpServerAddress,inUIntp_noOfDataRequests,inbooleanp_withHugePayload)returnboolean;// TODO To be continued