I have seen so many http codes online and I have been taught some of the uses but I still dont get it...save as which type, compiler or interpreter, etc Please help
1/3/2019 2:29:50 AM
Ambele Newton8 Answers
New Answerhttp is not a programming language. http is not a language. http stands for hypertext transfer protocol. therefore cannot compile http. maybe you meant to say, how to do http request with a specific programming language?
oh i see now. sorry that s not what i had in mind for your question. here is some info about http headers: https://code.tutsplus.com/tutorials/http-headers-for-dummies--net-8039
hhh. we re all dummies here dont worry. basically http request is a string of info sent from one computer to another. technically, you can write the http headers in any programming language.
Host: localhost:3001 Accept: text/html Accept-Language: en-US,en;q=0.5 Connection: keep-alive Content-Type: multipart/form-data; boundary=-1233445 Content-Length: 354
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message