egui/egui_web/src
skuzins 6a8a93e120
Generalize http fetch (#488)
* Generalize http fetch

- allow bytes as request body
- expose request and response headers in API
- update http example to show response headers and allow POST requests

* clippy fixes

* add missing comment, pub

* doc comment fix

* fix: missing argument when feature syntect not enabled

* formatting fixes

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>

* remove commented out code

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>

* formatting fixes

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>

* cargo fmt

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2021-08-15 16:56:46 +02:00
..
shader egui_web: Vastly improve WebGL alpha blending 2021-06-04 23:03:48 +02:00
backend.rs egui_web: default to light mode unless prefers-color-scheme: dark 2021-06-07 20:56:18 +02:00
http.rs Generalize http fetch (#488) 2021-08-15 16:56:46 +02:00
lib.rs fix and pin web-sys breakage in Navigator::clipboard (#608) 2021-08-15 16:55:33 +02:00
painter.rs Wrap tesselated output in struct ClippedMesh(Rect, Mesh) 2021-01-25 21:43:17 +01:00
screen_reader.rs Update tts 0.15 -> 0.16 2021-05-09 14:42:14 +02:00
webgl1.rs Improve error message on bad texture allocation 2021-07-29 22:20:22 +02:00
webgl2.rs Improve error message on bad texture allocation 2021-07-29 22:20:22 +02:00