egui/egui_glium/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 Fixed GLSL ES 1.0 version string (#470) 2021-06-07 20:18:42 +02:00
backend.rs Allow unnecessary mut (#584) 2021-08-15 16:39:26 +02:00
http.rs Generalize http fetch (#488) 2021-08-15 16:56:46 +02:00
lib.rs Fix a bug on Windows where minimizing adjusts all of the egui window positions. (#522) 2021-06-28 10:27:32 +02:00
painter.rs Improve error message on bad texture allocation 2021-07-29 22:20:22 +02:00
persistence.rs Replace JSON with RON for persistence (epi/eframe/glium/web) 2021-04-05 14:23:42 +02:00
screen_reader.rs Update tts 0.15 -> 0.16 2021-05-09 14:42:14 +02:00
window_settings.rs Replace JSON with RON for persistence (epi/eframe/glium/web) 2021-04-05 14:23:42 +02:00