--- name: Convert a Buffer to a string --- The [`Buffer`](https://nodejs.org/api/buffer.html) class provides a built-in `.toString()` method that converts a `Buffer` to a string. ```ts const buf = Buffer.from("hello"); const str = buf.toString(); // => "hello" ``` --- You can optionally specify an encoding and byte range. ```ts const buf = Buffer.from("hello world!"); const str = buf.toString("utf8", 0, 5); // => "hello" ``` --- See [Docs > API > Binary Data](/docs/api/binary-data#conversion) for complete documentation on manipulating binary data with Bun. alue='1155.cubic_rfc8312bis_aimd_with_reno'>1155.cubic_rfc8312bis_aimd_with_reno Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/include (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-14build(deps): bump github.com/aws/aws-sdk-go from 1.44.317 to 1.44.322 (#6265)Gravatar dependabot[bot] 2-3/+3
2023-08-14build(deps): bump gopkg.in/DataDog/dd-trace-go.v1 from 1.53.0 to 1.54.0 (#6266)Gravatar dependabot[bot] 2-64/+21
2023-08-14build(deps): bump github.com/antonmedv/expr from 1.12.7 to 1.13.0 (#6267)Gravatar dependabot[bot] 2-3/+3
2023-08-14build(deps): bump google.golang.org/api from 0.134.0 to 0.136.0 (#6264)Gravatar dependabot[bot] 2-21/+21
2023-08-14build(deps): bump github.com/openzipkin/zipkin-go from 0.4.1 to 0.4.2 (#6268)Gravatar dependabot[bot] 2-10/+10
2023-08-14fix: remove unnecessary conversion (#6258)Gravatar Zhizhen He 15-19/+20
2023-08-12Updated go versions used in workflows to 1.21 (#6260)Gravatar P. Radha Krishna 5-7/+7
2023-08-10Fix typos (#6235)Gravatar Zhizhen He 13-19/+20
2023-08-10grep out the timestamp line (#6251)Gravatar Chris O'Haver 1-1/+1
2023-08-09bump quic package to get go 1.21 fix (#6252)Gravatar Chris O'Haver 2-3/+3
2023-08-09fix keepttl parsing (#6250)Gravatar Chris O'Haver 1-0/+1
2023-08-08Fix docker release as mips64le is not avail (#6246)Gravatar Yong Tang 1-1/+1
2023-08-07Update release note of 1.11.0 and prepare the release (#6223)v1.11.0Gravatar Yong Tang 1-40/+68
2023-08-07build(deps): bump gopkg.in/DataDog/dd-trace-go.v1 from 1.52.0 to 1.53.0 (#6239)Gravatar dependabot[bot] 2-21/+31
2023-08-07build(deps): bump github.com/quic-go/quic-go from 0.35.1 to 0.37.3 (#6238)Gravatar dependabot[bot] 2-21/+19
2023-08-07build(deps): bump github.com/aws/aws-sdk-go from 1.44.312 to 1.44.317 (#6241)Gravatar dependabot[bot] 2-3/+3
2023-08-07build(deps): bump golang.org/x/crypto from 0.11.0 to 0.12.0 (#6242)Gravatar dependabot[bot] 2-12/+12
2023-07-31[RFC-9250]: Add QUIC server support (#6182)Gravatar João Henri 15-4/+759
2023-07-31build(deps): bump google.golang.org/grpc from 1.56.2 to 1.57.0 (#6234)Gravatar dependabot[bot] 2-3/+3
2023-07-31update outdated blog links (#6231)Gravatar Yuheng 2-3/+3
2023-07-31build(deps): bump google.golang.org/api from 0.132.0 to 0.134.0 (#6233)Gravatar dependabot[bot] 2-6/+6
2023-07-31build(deps): bump github.com/aws/aws-sdk-go from 1.44.300 to 1.44.312 (#6232)Gravatar dependabot[bot] 2-3/+3
2023-07-30implement Name function on secondary plugin (#6230)Gravatar Diogenes Pelisson 1-0/+3
2023-07-24build(deps): bump k8s.io/client-go from 0.27.3 to 0.27.4 (#6221)Gravatar dependabot[bot] 2-3/+3
2023-07-24build(deps): bump google.golang.org/api from 0.131.0 to 0.132.0 (#6220)Gravatar dependabot[bot] 2-12/+12
2023-07-24build(deps): bump k8s.io/api from 0.27.3 to 0.27.4 (#6222)Gravatar dependabot[bot] 2-7/+7
2023-07-24build(deps): bump github.com/antonmedv/expr from 1.12.6 to 1.12.7 (#6218)Gravatar dependabot[bot] 2-3/+3
2023-07-17build(deps): bump github.com/aws/aws-sdk-go from 1.44.294 to 1.44.300 (#6209)Gravatar dependabot[bot] 2-3/+3
2023-07-17build(deps): bump github.com/prometheus/client_golang (#6205)Gravatar dependabot[bot] 2-6/+6
2023-07-17build(deps): bump github.com/antonmedv/expr from 1.12.5 to 1.12.6 (#6208)Gravatar dependabot[bot] 2-3/+3
2023-07-17build(deps): bump google.golang.org/api from 0.130.0 to 0.131.0 (#6207)Gravatar dependabot[bot] 2-24/+24
2023-07-121.11.0 release prep (#6135)Gravatar Chris O'Haver 2-1/+56