hello all

I want my app to respond to browser request. How can my app send respond header ?
is it just sending a string containing the respon header to browser ?
if I want to add a file to send after the header, can I do it by sending binary transfer after I sent all the respon header ?

thanx