An open API service indexing awesome lists of open source software.

https://github.com/krish8learn/basicurlshortener

Create an http.Handler which accept an incoming request and determine if it should direct to certain page.
https://github.com/krish8learn/basicurlshortener

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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