{"id":62937,"library":"httprequest-v1","title":"httprequest","description":"Package httprequest provides functionality for marshaling and unmarshaling HTTP request parameters into a struct type, and defining methods as HTTP routes.","status":"active","version":"1.2.1","language":"go","source_language":null,"source_url":null,"tags":["http","request","parameters","routing","struct"],"install":[{"cmd":"go get gopkg.in/httprequest.v1","lang":"bash","label":"Install gopkg.in/httprequest.v1"}],"dependencies":[],"imports":[{"symbol":"httprequest","correct":"gopkg.in/httprequest.v1"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"gopkg.in/httprequest.v1\"\n)\n\nfunc main() {\n\tvar params struct {\n\t\tName string `httprequest:\"name,form\"`\n\t}\n\treq, _ := httprequest.NewRequest(\"GET\", \"/\", nil)\n\terr := httprequest.Unmarshal(req, &params)\n\tfmt.Println(err)\n}","lang":"go","description":"Demonstrates unmarshaling HTTP request parameters into a struct."},"warnings":[],"env_vars":null,"search_vec":"'defin':18 'function':5 'http':10,21,23 'httprequest':1,3 'marshal':7 'method':19 'packag':2 'paramet':12,25 'provid':4 'request':11,24 'rout':22,26 'struct':15,27 'type':16 'unmarsh':9","created_at":"2026-06-17T16:37:59.451584+00:00","updated_at":"2026-06-17T16:37:59.451584+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/go-httprequest/httprequest","github":null,"docs":"https://pkg.go.dev/gopkg.in/httprequest.v1#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}