GithubHelp home page GithubHelp logo

marjc5 / webserv Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 20.59 MB

This is when you finally understand why a URL starts with HTTP

Makefile 1.93% C++ 60.44% C 2.02% HTML 23.88% PHP 7.41% Hack 1.53% CSS 2.79%

webserv's Introduction

Hi there ๐Ÿ‘‹๐Ÿพ

let about = {
    currently : "Student at 42 Lausanne",
    skills: [
    	"JavaScript",
        "C, C++",
        "Shell",
        "PHP, Laravel",
        "Ruby, Ruby on rails",
        "HTML5",
        "CSS3/SASS",
        "Docker",
    ],
    hobby: [
    	"Travel",
        "Climbing",
        "Coding"
    ]
};

const funFact = () => {
  return "Learn to code is reaaaally amazing!";
};

webserv's People

Contributors

bollecola avatar marjc5 avatar tywael avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

tywael

webserv's Issues

feat: location more accurate

now the location just check the full uri without the file.

uri: /html/index.html = location: /html/ + file: index.html

we need to check recursively if the file exist in all location who match

uri: /html/index.html can be location: /html/ + file: index.html OR location: / + file: html/index.html

Dirlisting - Wrong file path url

The file/dir in the dirlisting must redirect to it, the path isn't correct. Needs to check the location to happend it to the a href

max-body-size

we to check if the body size isn't too long for our configuration

POST - File uploads

The upload item isn't sent to the correction path if the forms specify an action. The upload always goes to the root path of ./www

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.