{"id":15713512,"url":"https://github.com/grottopress/fella","last_synced_at":"2025-03-30T18:46:37.489Z","repository":{"id":213411597,"uuid":"734041141","full_name":"GrottoPress/fella","owner":"GrottoPress","description":"An expressive HTTP log handler for Crystal","archived":false,"fork":false,"pushed_at":"2023-12-20T19:59:36.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T18:46:34.580Z","etag":null,"topics":["crystal","http-handler","logging"],"latest_commit_sha":null,"homepage":"","language":"Crystal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GrottoPress.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-12-20T18:07:37.000Z","updated_at":"2023-12-20T18:09:27.000Z","dependencies_parsed_at":"2023-12-20T21:01:05.419Z","dependency_job_id":"db2913cc-cf17-45ce-9252-3212c1275cdc","html_url":"https://github.com/GrottoPress/fella","commit_stats":null,"previous_names":["grottopress/fella"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrottoPress%2Ffella","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrottoPress%2Ffella/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrottoPress%2Ffella/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GrottoPress%2Ffella/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GrottoPress","download_url":"https://codeload.github.com/GrottoPress/fella/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246365637,"owners_count":20765546,"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":["crystal","http-handler","logging"],"created_at":"2024-10-03T21:31:51.380Z","updated_at":"2025-03-30T18:46:37.234Z","avatar_url":"https://github.com/GrottoPress.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fella\n\n**Fella** is an expressive HTTP log handler for *Crystal*.\n\n## Installation\n\n1. Add the dependency to your `shard.yml`:\n\n   ```yaml\n   dependencies:\n     fella:\n       github: GrottoPress/fella\n   ```\n\n1. Run `shards update`\n\n1. Require *Fella*:\n\n   ```crystal\n   # ...\n   require \"fella\"\n   # ...\n   ```\n\n## Usage\n\nPass an instance of `Fella::Handler` to the web server:\n\n```crystal\n# ...\nrequire \"http/server\"\nrequire \"fella\"\n\nFella.configure do |settings|\n  settings.skip_if = -\u003e(request : HTTP::Request) do\n    request.query_params.any? do |key, _|\n      !key.match(/code|password|secret|token/i).nil?\n    end\n  end\nend\n\nserver = HTTP::Server.new([\n  Fella::Handler.new(log: Log.for(MyApp)),\n  # ...\n])\n\nserver.bind_tcp(\"127.0.0.1\", 8080)\nserver.listen\n# ...\n```\n\n## Development\n\nRun tests with `crystal spec`.\n\n## Contributing\n\n1. [Fork it](https://github.com/GrottoPress/fella/fork)\n1. Switch to the `master` branch: `git checkout master`\n1. Create your feature branch: `git checkout -b my-new-feature`\n1. Make your changes, updating changelog and documentation as appropriate.\n1. Commit your changes: `git commit`\n1. Push to the branch: `git push origin my-new-feature`\n1. Submit a new *Pull Request* against the `GrottoPress:master` branch.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrottopress%2Ffella","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrottopress%2Ffella","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrottopress%2Ffella/lists"}