{"id":27862499,"url":"https://github.com/gustavomtg/p_http_server","last_synced_at":"2025-05-04T20:29:38.798Z","repository":{"id":290651501,"uuid":"971938835","full_name":"gustavoMTG/p_http_server","owner":"gustavoMTG","description":"C project for implementing an HTTP server based on the RFC2616 for HTTP 1.1","archived":false,"fork":false,"pushed_at":"2025-04-29T22:26:54.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-29T23:28:43.450Z","etag":null,"topics":["c","linux","networking-stack"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gustavoMTG.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-24T09:36:11.000Z","updated_at":"2025-04-29T22:26:58.000Z","dependencies_parsed_at":"2025-04-29T23:39:12.698Z","dependency_job_id":null,"html_url":"https://github.com/gustavoMTG/p_http_server","commit_stats":null,"previous_names":["gustavomtg/p_http_server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavoMTG%2Fp_http_server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavoMTG%2Fp_http_server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavoMTG%2Fp_http_server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavoMTG%2Fp_http_server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gustavoMTG","download_url":"https://codeload.github.com/gustavoMTG/p_http_server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252394964,"owners_count":21740935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","linux","networking-stack"],"created_at":"2025-05-04T20:29:37.955Z","updated_at":"2025-05-04T20:29:38.793Z","avatar_url":"https://github.com/gustavoMTG.png","language":"C","readme":"# p_http_server\n\nC project for implementing an HTTP server based on the RFC2616 for HTTP 1.1.\n\n## Building\n\nJust clone the project and run the make command on the root folder.\n\n```bash\n$ git clone https://github.com/gustavoMTG/p_http_server.git\n$ cd p_http_server\n$ make\n```\n\nThis will output a p_http_server executable file.\n\n## Usage\n\n```bash\n$ ./p_http_server \u003cport\u003e \u003cverbosity\u003e\n```\n\nWhere **verbosity** can be 0 for **DEBUG** level output or 1 for **INFO** level output.\n\nThe server will listen all network interfaces, if port is not provided will default to port 8080 for incomming TCP connections.\n\n## State of development\n\nThe server currently supports **GET** and **HEAD** methods although these are still under development.\n\nStatic files serving, no dynamic content yet.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgustavomtg%2Fp_http_server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgustavomtg%2Fp_http_server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgustavomtg%2Fp_http_server/lists"}