{"id":19163038,"url":"https://github.com/donosonaumczuk/http-proxy","last_synced_at":"2026-06-19T13:32:39.246Z","repository":{"id":68411001,"uuid":"182149171","full_name":"donosonaumczuk/http-proxy","owner":"donosonaumczuk","description":"HTTP Proxy: Project for Communication Protocols ITBA Subject","archived":false,"fork":false,"pushed_at":"2019-06-18T18:09:36.000Z","size":2828,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-22T22:42:12.280Z","etag":null,"topics":["http","http-protocol","http-proxy","http-server"],"latest_commit_sha":null,"homepage":null,"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/donosonaumczuk.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}},"created_at":"2019-04-18T19:56:01.000Z","updated_at":"2020-02-19T15:10:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"fcfec042-90e9-4426-be07-642ac3bcfd75","html_url":"https://github.com/donosonaumczuk/http-proxy","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/donosonaumczuk/http-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donosonaumczuk%2Fhttp-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donosonaumczuk%2Fhttp-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donosonaumczuk%2Fhttp-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donosonaumczuk%2Fhttp-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donosonaumczuk","download_url":"https://codeload.github.com/donosonaumczuk/http-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donosonaumczuk%2Fhttp-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34534274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["http","http-protocol","http-proxy","http-server"],"created_at":"2024-11-09T09:13:58.952Z","updated_at":"2026-06-19T13:32:39.224Z","avatar_url":"https://github.com/donosonaumczuk.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# http-proxy\n\n## Prerequisites\nLINUX\n````\nsudo apt-get install make gcc libsctp-dev\n````\n## Setup\nOn root folder execute\n\n```make```\n\nThe proxy server is the root folder with the name httpd.\nThe manager client is in the root folder with the name httpdclt.\n\n## Run proxy\n\nOn root directory\n\n```./httpd```\n\nFor more information see ./httpd.8\n\n## Run manager\n\n``./httpdctl [ip port]``\n\nIp and port are optionals and it must be both of them or neither of them.\n\nThe username is \"manager\" and the password is \"pdc69\"\n\n## Command of manager\n\nIt support pipe-linning, the syntaxis is:\n\n````\n\n  cmd\n\n  cmd\n\n  .\n\n  .\n\n  .\n\n  cmd\n\n  .\n\n  ````\n\nNote the it finish with the '.' character and cmd is one of the following commands:\n\n* Gets the transformation command\n\n``get cmd``\n\n* Gets the list of media range\n\n``get mime``\n\n* Gets the estate of the transformations\n\n``get tf``\n\n* Gets the quantity of concurrents connections\n\n``get mtr cn``\n\n* Gets the quantity of historics connections\n\n``get mtr hs``\n\n* Gets the quantity of transfer bytes\n\n``get mtr bt``\n\n* Change the transformation command for th command parameter\n\n``set cmd command``\n\n* Adds the media-range parameter to the list of media-ranges from the proxy\n\n``set mime media-range``\n\n* Resets the list of media-ranges from the proxy\n\n``set mime``\n\n* Turn on or off the tranfomations\n\n``set tf on/off``\n\n* Sends a request Bye to the server\n\n``bye``\n\n\n## Documentation\n\nThe report, protocol ABNF and presentation will be located under documentation folder\n\n## Code use from course\n\nThe following files has been copied from socks5 course proyect\n\n    smt.c\n    smt.h\n    buffer.c\n    buffer.h    \n    selector.c\n    selector.h\n\n## Logs\n\nLogs will create a folder logs under the directory that you run the\nhttpd binary. In this folder it will create a file for each level of\nlog (access, debug, error).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonosonaumczuk%2Fhttp-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonosonaumczuk%2Fhttp-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonosonaumczuk%2Fhttp-proxy/lists"}