Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~167 People Reached
Favorite Tags
Member Avatar for pntkiran

Hi all, I am implementing a http client in c++. I want to write a method to send the POST request to server. How will i do that? what is the format for the request to server send by POST method? what is the format for the response from server …

Member Avatar for GreenDay2001
0
70
Member Avatar for pntkiran

Hi all, I parse HTTP request(using post method) coming from client.file can be either of binary or base64 encoded.I need to process them differently for each case. (if(binary type) call method1(); else call decode(); // and then call method1())) How will I come to know which kind of encoding method …

Member Avatar for Mushy-pea
0
96