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.
- Host: GitHub
- URL: https://github.com/krish8learn/basicurlshortener
- Owner: krish8learn
- Created: 2022-06-17T04:15:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T13:36:39.000Z (about 4 years ago)
- Last Synced: 2025-02-09T06:11:16.431Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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