how to create http headers from scratch
Posted
by Sean Ochoa
on Stack Overflow
See other posts from Stack Overflow
or by Sean Ochoa
Published on 2010-05-04T06:30:55Z
Indexed on
2010/05/04
6:38 UTC
Read the original article
Hit count: 243
So, I made a simple socket server using python. And now I'm trying to structure a proper http response. However, I can't seem to find any sort of tutorial or spec that discusses how to format http responses.
Could someone point me to the right place?
© Stack Overflow or respective owner