mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:27:35 +00:00
LibGemini: Implement rendering text/gemini documents to HTML
This also sets Content-Type to whatever 'meta' contains on success, to allow the browser to pick up what the document contains.
This commit is contained in:
parent
a4902e0eec
commit
013cb76d77
8 changed files with 424 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
|||
set(SOURCES
|
||||
Document.cpp
|
||||
GeminiJob.cpp
|
||||
GeminiRequest.cpp
|
||||
GeminiResponse.cpp
|
||||
Job.cpp
|
||||
Line.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibGemini gemini)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue