Files
bun.sh/packages/bun-error
Ciro Spaciari efd33c398f enhancement(fetch): Merge parameters from request parameter with the second parameter for fetch, move verbose and proxy options to second parameter, add non-TLS tests for fetch (#1862)
* initial steps for proxy-server

* added http_proxy in fetch, move 3rd argument to 3nd argument options, add some non-TLS proxy tests

* some changes

* use only 1 buffer for url+proxy, merge headers on fetch

* initial steps

* change back to override headers instead of merging in fetch

* fix build response.zig

* fix conditional in merged headers on fetch

* updated with main and make proxy disabled if null is passed

Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-01-23 14:38:40 -08:00
..
2022-07-10 06:42:09 -07:00
2022-08-17 19:25:43 -07:00
2023-01-03 13:11:44 -08:00

bun-error

image

bun-error is a frontend component for rendering error messages and stack traces from Bun. It's used in:

  • bun dev
  • Bun.serve

It is heavily tied to the implementation details of Bun, and is not intended to be used outside of Bun.