# rpc **Repository Path**: mirrors_gorilla/rpc ## Basic Information - **Project Name**: rpc - **Description**: Package gorilla/rpc is a golang foundation for RPC over HTTP services. - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2025-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gorilla/rpc ![testing](https://github.com/gorilla/rpc/actions/workflows/test.yml/badge.svg) [![codecov](https://codecov.io/github/gorilla/rpc/branch/main/graph/badge.svg)](https://codecov.io/github/gorilla/rpc) [![godoc](https://godoc.org/github.com/gorilla/rpc?status.svg)](https://godoc.org/github.com/gorilla/rpc) [![sourcegraph](https://sourcegraph.com/github.com/gorilla/rpc/-/badge.svg)](https://sourcegraph.com/github.com/gorilla/rpc?badge) ![Gorilla Logo](https://github.com/gorilla/.github/assets/53367916/d92caabf-98e0-473e-bfbf-ab554ba435e5) gorilla/rpc is a foundation for RPC over HTTP services, providing access to the exported methods of an object through HTTP requests. Read the full documentation here: https://pkg.go.dev/github.com/gorilla/rpc#section-documentation