{"id":20385908,"url":"https://github.com/hirocaster/phoenix_cowboy_remove_server_header","last_synced_at":"2025-04-12T09:42:07.182Z","repository":{"id":57531866,"uuid":"87950178","full_name":"hirocaster/phoenix_cowboy_remove_server_header","owner":"hirocaster","description":"Remove `server: Cowboy` in http headers from Phoenix","archived":false,"fork":false,"pushed_at":"2017-04-12T14:06:31.000Z","size":6,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T04:41:21.988Z","etag":null,"topics":["cowboy","header","http","phoenix"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/hirocaster.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}},"created_at":"2017-04-11T15:26:28.000Z","updated_at":"2024-12-13T16:44:11.000Z","dependencies_parsed_at":"2022-09-06T23:11:13.880Z","dependency_job_id":null,"html_url":"https://github.com/hirocaster/phoenix_cowboy_remove_server_header","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/hirocaster%2Fphoenix_cowboy_remove_server_header","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirocaster%2Fphoenix_cowboy_remove_server_header/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirocaster%2Fphoenix_cowboy_remove_server_header/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hirocaster%2Fphoenix_cowboy_remove_server_header/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hirocaster","download_url":"https://codeload.github.com/hirocaster/phoenix_cowboy_remove_server_header/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248549503,"owners_count":21122906,"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":["cowboy","header","http","phoenix"],"created_at":"2024-11-15T02:36:00.096Z","updated_at":"2025-04-12T09:42:07.147Z","avatar_url":"https://github.com/hirocaster.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PhoenixCowboyRemoveServerHeader\n\n[![CircleCI](https://circleci.com/gh/hirocaster/phoenix_cowboy_remove_server_header.svg?style=svg)](https://circleci.com/gh/hirocaster/phoenix_cowboy_remove_server_header)\n\nRemove `server: Cowboy` in http headers from [Phoenix](http://www.phoenixframework.org/).\n\n```\nHTTP/1.1 200 OK\nserver: Cowboy \u003c--- Will remove by this module !!\ndate: Tue, 11 Apr 2017 15:18:46 GMT\ncontent-length: 1933\ncontent-type: text/html; charset=utf-8\n```\n\n## Usage\n\n``` elixir\ndefmodule MyApp do\n  use Application\n\n  def start(_type, _args) do\n    import Supervisor.Spec\n\n    PhoenixCowboyRemoveServerHeader.enable_for(:my_app, __MODULE__.Endpoint) # Add in your app\n\n```\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed as:\n\n  1. Add `phoenix_cowboy_remove_server_header` to your list of dependencies in `mix.exs`:\n\n    ```elixir\n    def deps do\n      [{:phoenix_cowboy_remove_server_header, \"~\u003e 0.1.0\"}]\n    end\n    ```\n\n  2. Ensure `phoenix_cowboy_remove_server_header` is started before your application:\n\n    ```elixir\n    def application do\n      [applications: [:phoenix_cowboy_remove_server_header]]\n    end\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhirocaster%2Fphoenix_cowboy_remove_server_header","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhirocaster%2Fphoenix_cowboy_remove_server_header","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhirocaster%2Fphoenix_cowboy_remove_server_header/lists"}