{"id":27069458,"url":"https://github.com/tideland/go-httpx","last_synced_at":"2025-04-05T21:33:43.421Z","repository":{"id":42960579,"uuid":"426773229","full_name":"tideland/go-httpx","owner":"tideland","description":"Convenient extension to net/http for the creation of RESTful APIs.","archived":false,"fork":false,"pushed_at":"2022-03-27T19:11:42.000Z","size":92,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-21T14:03:45.761Z","etag":null,"topics":["go","golang","http","restful-api","web"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tideland.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}},"created_at":"2021-11-10T20:52:29.000Z","updated_at":"2022-01-04T14:58:06.000Z","dependencies_parsed_at":"2022-09-16T03:00:44.583Z","dependency_job_id":null,"html_url":"https://github.com/tideland/go-httpx","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/tideland%2Fgo-httpx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tideland%2Fgo-httpx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tideland%2Fgo-httpx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tideland%2Fgo-httpx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tideland","download_url":"https://codeload.github.com/tideland/go-httpx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406077,"owners_count":20933803,"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":["go","golang","http","restful-api","web"],"created_at":"2025-04-05T21:33:01.166Z","updated_at":"2025-04-05T21:33:43.414Z","avatar_url":"https://github.com/tideland.png","language":"Go","readme":"# Tideland Go HTTP Extensions\n\n[![GitHub release](https://img.shields.io/github/release/tideland/go-httpx.svg)](https://github.com/tideland/go-httpx)\n[![GitHub license](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://raw.githubusercontent.com/tideland/go-httpx/master/LICENSE)\n[![Go Module](https://img.shields.io/github/go-mod/go-version/tideland/go-httpx)](https://github.com/tideland/go-httpx/blob/master/go.mod)\n[![GoDoc](https://godoc.org/tideland.dev/go/httpx?status.svg)](https://pkg.go.dev/mod/tideland.dev/go/httpx?tab=packages)\n![Workflow](https://github.com/tideland/go-httpx/actions/workflows/go.yml/badge.svg)\n[![Go Report Card](https://goreportcard.com/badge/github.com/tideland/go-httpx)](https://goreportcard.com/report/tideland.dev/go/httpx)\n\n## Description\n\n**Tideland Go HTTP Extensions** contains helper functions extending the standard \n`net/http` package for the daily work with HTTP.\n\nMost important tasks are the wrapping of standard `net/http` handlers with\nnon-functional tasks like logging, recovery, authorization, throttling, and\nadding of CORS and ETag headers. Additionally the package contains a convenient\nway to map the HTTP methods to individual handler methods, like a `POST` to the\nmethod `ServerHTTPPost()`. In case the handler does not implement the matching \nmethod, the error code `http.ErrMethodNotAllowed` will be returned to the client.\n\nFor RESTful APIs also the nesting of handlers and the parsing of paths for URIs\nlike `/api/v1/users/{user-id}/orders/{order-id}` are supported. Additionally the\nwork with different content types is simplified.\n\n## Contributors\n\n- Frank Mueller (https://github.com/themue / https://github.com/tideland / https://tideland.dev)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftideland%2Fgo-httpx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftideland%2Fgo-httpx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftideland%2Fgo-httpx/lists"}