test/http_post_test.c File Reference
HTTP Echo Test. More...
#include "globus_common.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "globus_xio.h"
#include "globus_xio_http.h"
#include "globus_xio_tcp_driver.h"
#include "http_test_common.h"
Detailed Description
HTTP Echo Test.
Test that clients can send and receive HTTP message bodies.
Test parameters are
- -v "HTTP/1.0"|"HTTP/1.1"
Set HTTP version to use - -t "chunked"|"identity"
Set transfer encoding (for HTTP/1.1 transfers only) - -b buffer-size
Set the size (in bytes) to be read/written at a time - -i iterations Set the number of transfer iterations to do
The test client will send the POST request for the /post-test URI.
The test server will
- verify the receipt of the /post-test URI
- generate a response
Generated on 2 May 2016 for globus_xio by
1.4.7