{"id":16834984,"url":"https://github.com/dchest/comboserver","last_synced_at":"2025-11-01T06:03:48.783Z","repository":{"id":66001761,"uuid":"12997799","full_name":"dchest/comboserver","owner":"dchest","description":"Comboserver serves multiple files combined in a single request.","archived":false,"fork":false,"pushed_at":"2013-09-27T08:34:04.000Z","size":124,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-24T09:42:55.501Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/dchest.png","metadata":{"files":{"readme":"README","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}},"created_at":"2013-09-21T15:56:06.000Z","updated_at":"2016-02-21T18:45:29.000Z","dependencies_parsed_at":"2023-02-19T21:15:22.625Z","dependency_job_id":null,"html_url":"https://github.com/dchest/comboserver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dchest%2Fcomboserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dchest%2Fcomboserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dchest%2Fcomboserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dchest%2Fcomboserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dchest","download_url":"https://codeload.github.com/dchest/comboserver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244142439,"owners_count":20405002,"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-10-13T12:08:35.887Z","updated_at":"2025-11-01T06:03:48.772Z","avatar_url":"https://github.com/dchest.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Comboserver serves multiple files combined in a single request.\n\nINSTALLATION\n\nFrom source with Go 1.1+:\n\n  $ go get http://github.com/dchest/comboserver/comboserver\n\n\nUSAGE\n\n  Usage: comboserver \u003cdirectory\u003e\n    -addr=\"localhost:8080\": address to serve content from\n    -maxfiles=50: maximum files to concatenate in a single request\n    -root=\"/\": root URL\n    -sep=\"\u0026\": file list separator\n\nExample:\n\n $ comboserver -addr=localhost:8081 -root=/combo /var/www\n\nThis will launch a web server serving files from /var/www. Suppose it\ncontains the following files:\n\n    base.css\n    pure/grids.css\n    pure/buttons.css\n    \nThen these files, concatenated, are available with a single request:\n\n    http://localhost:8081/combo?base.css\u0026pure/grids.css\u0026pure/buttons.css\n\nFiles can be combined in any way:\n\n    http://localhost:8081/combo?pure/buttons.css\u0026base.css\n\nThe program preserves the order of request, doesn't allow repeated\nfilenames, and limits the number of files to 50 by default. Content-type\nheader of response is set to the type of the first file in list.\n\nComboserver doesn't do any caching, as it's a job of whatever nginx you put\nin front of it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdchest%2Fcomboserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdchest%2Fcomboserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdchest%2Fcomboserver/lists"}