Code Monkey home page Code Monkey logo

urlshort's Introduction

#create an http.Handler that will look at the path of any incoming web request and determine if it should redirect the user to a new page. For instance, if we have a redirect setup for /dogs to https://www.somesite.com/a-story-about-dogs we would look for any incoming web requests with the path /dogs and redirect them. In main.go

         yaml := `
          - path: /urlshort
            url: https://github.com/anushkamittal20/urlshort
          - path: /link
            url: https://github.com/anushkamittal20/link
          - path: /urlshort-final
            url: https:`

One can add their own urls by changing - path: /shortpathname url: url_to_be redirected_to or in main.go

       pathsToUrls := map[string]string{
              "/w3":        "https://www.w3schools.com/html/",
              "/html-wiki": "https://en.wikipedia.org/wiki/HTML",
            } 

add by adding elements to the mapp in form :

"/shortpathname": "url_to_be redirected_to",  

The handler.go will try to match any incoming requests in its mapHandler and the yamlHandler will turn the yaml requests to the format required by mapHandler and reuse its functionality. To execute , clone the repository and

go run main/main.go

in the terminal

urlshort's People

Contributors

anushkamittal20 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.