{"id":21015520,"url":"https://github.com/ericogr/simple-http-server-test","last_synced_at":"2025-08-26T03:06:20.119Z","repository":{"id":87958564,"uuid":"121636639","full_name":"ericogr/simple-http-server-test","owner":"ericogr","description":"A simple webservice to answer any call and output time, method, content and url","archived":false,"fork":false,"pushed_at":"2020-03-12T09:53:31.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-13T16:45:36.489Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericogr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-02-15T14:05:38.000Z","updated_at":"2020-03-12T09:53:33.000Z","dependencies_parsed_at":"2023-05-22T03:00:35.823Z","dependency_job_id":null,"html_url":"https://github.com/ericogr/simple-http-server-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ericogr/simple-http-server-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericogr%2Fsimple-http-server-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericogr%2Fsimple-http-server-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericogr%2Fsimple-http-server-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericogr%2Fsimple-http-server-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericogr","download_url":"https://codeload.github.com/ericogr/simple-http-server-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericogr%2Fsimple-http-server-test/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261601516,"owners_count":23183095,"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":[],"created_at":"2024-11-19T10:10:04.819Z","updated_at":"2025-06-24T04:08:16.342Z","avatar_url":"https://github.com/ericogr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple-http-server-test\nA simple webservice to answer any call, log time, method, content and url and returns random ID.\n\nexample:\n\n```sh\nnpm install\n./run.sh 8081\n```\n\nCalling this ws:\n```sh\ncurl -X POST -d '{\"test\": 123}' http://localhost:8081/test/123/xpto\n```\n\nReturn:\n\n```sh\n{\"id\":961776}\n```\nAnd WS log:\n\n```sh\nDate time: Sun Feb 18 2018 09:29:18 GMT-0300 (-03)\nMethod: POST\nURL: /test/123/xpto\nReceive Body: {\n  \"{\\\"test\\\": 123}\": \"\"\n}\nSend body: {\"id\":961776}\n```\n\nUpload files:\n\n```sh\ncurl -v -F 'file1=@/tmp/file.bin' -F 'file2=@/tmp/file.bin' http://localhost:8080/test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericogr%2Fsimple-http-server-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericogr%2Fsimple-http-server-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericogr%2Fsimple-http-server-test/lists"}