Files
Devour/devour_data/docs/http_func_maxbytesreader_¶_8.json
T
Tomas Dvorak 55885a0e8f first commit
2026-02-22 10:42:17 +01:00

18 lines
1.0 KiB
JSON

{
"id": "9095e017e922d9d6ac517fa9",
"source": "http",
"type": "go-function",
"title": "http.func MaxBytesReader ¶",
"content": "# http.func MaxBytesReader ¶\n\n```\nfunc MaxBytesReader(w ResponseWriter, r io.ReadCloser, n int64) io.ReadCloser\n```\n\nMaxBytesReader is similar to io.LimitReader but is intended for\nlimiting the size of incoming request bodies. In contrast to\nio.LimitReader, MaxBytesReader's result is a ReadCloser, returns a\nnon-nil error of type *MaxBytesError for a Read beyond the limit,\nand closes the underlying reader when its Close method is called.",
"url": "https://pkg.go.dev/http#func MaxBytesReader ¶",
"metadata": {
"examples": "null",
"import_path": "Standard library/net/http",
"kind": "function",
"package": "http",
"signature": "func MaxBytesReader(w ResponseWriter, r io.ReadCloser, n int64) io.ReadCloser",
"symbol": "func MaxBytesReader ¶"
},
"hash": "3dea71e71ecd5cd1db9a835bd97e988e7e866cb4cc318eb3c80c8ec369cfb2cb",
"timestamp": "2026-02-19T12:17:17.237495694+01:00"
}