Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » Skylark » Changelog Skylark 24/10/2023
Changelog Skylark 24/10/2023 [message #60234] Tue, 24 October 2023 19:24 Go to next message
Xemuth is currently offline  Xemuth
Messages: 387
Registered: August 2018
Location: France
Senior Member
hello,

Skylark just got an update.

New features:

Sending file as response:

https://www.ultimatepp.org/forums/index.php?t=msg&th=116 49&start=0&
It is now possible to set a filepath as response and the file will be send to the client:

http.SetHeader("content-disposition", "attachment; filename=\"" + FileName +"\"").ContentType("application/octet-stream").SendFile(FilePath,  MAX_PACKET_SIZE);


Handling Options and other HTTP request type:

https://www.ultimatepp.org/forums/index.php?t=msg&th=119 47&start=0&
It is now possible to handle OPTIONS, DELETE, CONNECT... request type using the same for as POST handler:
SKYLARK(OptionsHandler, "my_options:OPTIONS"){
	...
}

SKYLARK(DeleteHandler, "my_delete:DELETE"){
	...
}

SKYLARK(ConnectHandler, "my_connect:CONNECT"){
	...
}


Bug fixes:

GetIdentity don't rely anymore on being first in attribute list ( https://www.ultimatepp.org/forums/index.php?t=msg&th=110 17&start=0&)

Content type filed is no longer set when it's empty( https://www.ultimatepp.org/forums/index.php?t=msg&th=119 56&start=0&)


Doc has been updated. No new example provided.
Re: Changelog Skylark 24/10/2023 [message #60277 is a reply to message #60234] Mon, 30 October 2023 17:01 Go to previous message
BetoValle is currently offline  BetoValle
Messages: 203
Registered: September 2020
Location: Brasil Valinhos SP
Experienced Member
Hi,

very good!
I'm happy to know that Skylark is not abandoned!

A long time ago, someone said: the future of an application is Web and not Desktop!
(logically, the desktop has a more secure environment!)

Tks!
Previous Topic: Http::Finalize adds Content-Type even when it is empty
Next Topic: how to setup Skylark on remote server?
Goto Forum:
  


Current Time: Sun Apr 28 12:21:54 CEST 2024

Total time taken to generate the page: 0.06179 seconds