WEB Scraping

WEB Scraping
In this blog we will explore what web scraping is, how it works, pros and cons & use cases.What is Web Scraping?Web scraping is the process of programmatically extracting data from websites. It in...
0 Read More

Fazendo um proxy reverso em Go

Fazendo um proxy reverso em Go
Vamos fazer um proxy reverso em Gox? Objetivos Recebe e envia HTTP 1.1 Não se preocupa com método de requisição Por exemplo, GET não tem body Métodos HTTP fora do standard (MKCOL, por...
0 Read More

HTTP Requests

HTTP Requests have some common request types: /GET: request.get(): is used to retrieve data from a server. ⛶GET https://api.user.org/users/?id=AAA /POST: request.post(): is used when sending data t...
0 Read More