Click here to Skip to main content
15,894,896 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi
I have to implement a socket server which listens to HTTP requests following the HTTP RFC (https://www.ietf.org/rfc/rfc2616.txt), the server should be capable of doing the following:

- Exposes a GET API as "api/request?connId=12&timeout=100" - This API will keep the request running for provided time on the server side. After the successful completion of the provided time it should return {"status":"ok"}

I have tried to create the server but still unable expose this API. I have to test this server using CURL.

Thanks in Advance.
Posted
Updated 6-Jun-15 0:55am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900