aboutsummaryrefslogtreecommitdiff
path: root/docs/api/http.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-13Use Bun globalGravatar Colin McDonnell 1-3/+1
2023-09-13Fixed api & cli docs typo. (#5262)Gravatar James Gordo 1-1/+1
* Fixed api & cli docs typo. * Fix --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-10Replace unnecessary '`' wih `"` in code snippets (#4792)Gravatar Diogo Goncalves 1-6/+6
2023-09-07Doc updates for v1.0 (#4485)Gravatar Colin McDonnell 1-7/+1
* Remove v0.x messages * Add windows section to Installatino * update * update * Update * Comment out windows
2023-08-28docs: hot reloading with Bun.serveGravatar Colin McDonnell 1-6/+6
2023-08-24Update http.mdbun-v0.8.1Gravatar Jarred Sumner 1-2/+13
2023-07-06Various docs updates (#3437)Gravatar Colin McDonnell 1-38/+69
* Various docs updates * Add mocks page * Fix make * WebKit instructions * Update instructions * Updates * Update nodejs compat table * Document trusted deps * Tweak trustedDependencies docs * Document --exact * Update test docs * Tweaks * Boring * Remove redundant j * Undo makefile changes * Undo makefile changes * Update page title * Regen * Undo changes
2023-06-09docs: add missing right parenthesis in example code (#3245)Gravatar James Liu 1-2/+1
add missing right parenthesis in example code in `HTTP server` section
2023-05-29More/better docs for JSX, utils, binary data, streams, hashing, `bun test`, ↵Gravatar Colin McDonnell 1-27/+56
`Bun.serve` (#3005) * WIP * Updates * Document deepEquals * WIP * Update typeS * Update TLS docs for Bun.serve * Update types for tls * Draft binary data page. Add Streams page. * Update test runner docs * Add hashing, flesh out utils * Grammar * Update types * Fix * Add import.meta docs * Tee
2023-04-13Docs restructuring (#2638)Gravatar Colin McDonnell 1-3/+3
* Restructure * Update nav * Reorg * Reshuffle ecosystem pages * Split up runtime/runtime * Back to runtime/index * Fix issue * Split up runtime/index * Add Writing Tests page * Prettier matcher table * More updates
2023-03-07Document openInEditorGravatar Colin McDonnell 1-1/+3
2023-02-25Replace docs/runtime/nodejs with docs/ecosystem/nodejs (#2185)Gravatar Charlie Marsh 1-1/+1
* Replace docs/runtime/nodejs with docs/ecosystem/nodejs * Replace a few more usages
2023-02-25docs: improved language in yaml loader example (#2172)Gravatar Tommaso A 1-1/+1
* docs: improved language in yaml loader example * docs(api/http): fix typo * docs(api/spawn): fix typo * docs(api/transpiler): fix typo
2023-02-24Docs tweaks (#2160)Gravatar Colin McDonnell 1-9/+18
* Tweaks * Add ecosystem. Add bunx. Flesh out install. * Tweaks * Add TS to installation * Tweaks * New readme * Write new readme * Tweak * Center header * Bun * tweaks * No dollar sign * Fix links * Update * Tweak
2023-02-23Add documentation (#2148)bun-v0.5.7Gravatar Colin McDonnell 1-0/+257
* Add documentation * Tweaks * Fixes * Rearrange * Update