0
Browser Programming Problem
I am a learner. I want to write my own browser for study purposes. I searched on internet for the function of URL every where, in each language or framework they have a predefined function of url(); no-where I could find the internal coding of it. They say to open a url just write dah dah dah and url() function from certain certain library. I am fed up I want the code. What's inside it. How it actually happens. And most of time people are interested in HTML rendering engine not how browsers fetch tha html code how tgat xml request goes and comes back. I want to know what browser literally do with IP. Please help. Thanks in advance
5 ответов
+ 1
some browsers are open sourced and you can look at the code from the inside by using github.
It seems that you are trying to make a search engine. Most browsers get search engine from google. like firefox and safari use google search engine.
i even made my own browser code on sololearn (deleted)
+ 1
Anshul Garg
It appears what you want to know is how the internet works.
https://web.stanford.edu/class/msande91si/www-spr04/readings/week1/InternetWhitepaper.htm
0
ODLNT this is related to rendering only... Not the thing I want...😀
0
@ODLNT I want to code this process
want to know how this happens
want to send this HTTP request manually
want to write loadURL("{URL}") function which i will get from address-bar