Skip to content

Tags: sgoll/picoserve

Tags

picoserve-v0.9.0

Toggle picoserve-v0.9.0's commit message
Request bodies can be streamed or partially read

Request bodies can be read entirely into the internal request buffer, or converted into a RequestBodyReader, which implements Read.

Closes sammhicks#21

picoserve-v0.8.1

Toggle picoserve-v0.8.1's commit message
Merge branch 'fix-newline-in-websocketkeyheadermissing' into main

picoserve-v0.8.0

Toggle picoserve-v0.8.0's commit message
Added embassy support and shutting down sockets

Added support for embassy Timers
The socket is now shut down after it has finished handling requests

picoserve-v0.7.2

Toggle picoserve-v0.7.2's commit message
Using const_sha from crates.io as it now has no_std support

picoserve-v0.7.1

Toggle picoserve-v0.7.1's commit message
Config::new is const

closes sammhicks#18

picoserve-v0.7.0

Toggle picoserve-v0.7.0's commit message
Only automatically send the "Connection" header if it has not already…

… been sent by the handler

picoserve-v0.6.0

Toggle picoserve-v0.6.0's commit message
Allows configuration of behaviour after response has been sent

picoserve-v0.5.0

Toggle picoserve-v0.5.0's commit message
Using stable Rust 1.75

picoserve-v0.4.1

Toggle picoserve-v0.4.1's commit message
Fixed Serializing empty structures to JSON

Closes sammhicks#11

picoserve-v0.4.0

Toggle picoserve-v0.4.0's commit message
Improved semantics of query and form parsing