Skip to content

Create an http.Handler which accept an incoming request and determine if it should direct to certain page.

Notifications You must be signed in to change notification settings

krish8learn/BasicURLShortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BasicURLShortener

Create an http.Handler which accept an incoming request and determine if it should direct to certain page

what is URLshortener ?

URL shortening is a technique on the World Wide Web in which a Uniform Resource Locator may be made substantially shorter and still direct to the required page. This is achieved by using a redirect which links to the web page that has a long URL

Here I am using 3 techniques

-> Map -> Json -> Yaml

Objective is to get our data in some structure of map or struct

About

Create an http.Handler which accept an incoming request and determine if it should direct to certain page.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages