Skip to content

2xic-speedrun/the-journey-of-a-http-request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNS

Specification of the message format is explained here https://www.ietf.org/rfc/rfc1035.txt, http://www-inf.int-evry.fr/~hennequi/CoursDNS/NOTES-COURS_eng/msg.html and https://docstore.mik.ua/orelly/networking_2ndEd/dns/appa_02.htm

Parameters are better described here https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml

HTTP

https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol is actually quite good.

Http 1/1 is simple, and a basic poc is implemented .

Maybe I should do http/2 ? Will attempt some other projects first, I think. Mainly did this to understand the basics of DNS message protocols.

HTTPs ?

Maybe

About

python web request without requests - raw socket usage for dns + http protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages