GitHub / tiny-http/tiny-http issues and pull requests
#281 - Switch benches to use `divan`
Pull Request -
State: open - Opened by CosmicHorrorDev 4 months ago
#280 - Release, please
Issue -
State: closed - Opened by asomers 6 months ago
- 1 comment
#279 - Minor changes
Pull Request -
State: closed - Opened by ananyabalagere 7 months ago
#278 - Does `other` `&str` parameter really need to have static lifetime in `HeaderField::equiv`?
Issue -
State: open - Opened by rakivo 8 months ago
#277 - Use the `http` crate
Pull Request -
State: open - Opened by CosmicHorrorDev 8 months ago
#276 - Cceerla shim
Pull Request -
State: closed - Opened by ClariseTG 9 months ago
#275 - Don't panic on `drop`
Pull Request -
State: open - Opened by CosmicHorrorDev 9 months ago
#274 - Get CI passing again
Pull Request -
State: open - Opened by CosmicHorrorDev 9 months ago
- 1 comment
#273 - pr for most recent commit. rewrote accept and wrote client
Pull Request -
State: closed - Opened by ananyabalagere 9 months ago
#272 - `#[derive(Clone)]` on `Server`
Issue -
State: open - Opened by eflukx 9 months ago
#271 - Update rustls
Pull Request -
State: open - Opened by jayvdb 9 months ago
- 1 comment
#270 - derive for Header and HeaderField: PartialEq, Eq, PartialOrd, Ord
Pull Request -
State: open - Opened by robertosw 10 months ago
#269 - derive PartialEq and Eq for Header
Issue -
State: closed - Opened by robertosw 10 months ago
#268 - Replace UnixStream::connect with UnixStream::connect_addr
Pull Request -
State: closed - Opened by Lachstec 10 months ago
#267 - Allow unicode headers
Issue -
State: open - Opened by Gagootron 10 months ago
#266 - framework for shim
Pull Request -
State: closed - Opened by ananyabalagere 12 months ago
#265 - Head response for big files with Content-Length
Issue -
State: open - Opened by nyovaya about 1 year ago
#264 - Allow replacing std::io::copy with explicit-buffer-size copying
Pull Request -
State: open - Opened by rawler about 1 year ago
#263 - Configure larger BufReader for send and receive
Pull Request -
State: closed - Opened by rawler about 1 year ago
- 2 comments
#262 - Increase logging
Issue -
State: open - Opened by LevitatingBusinessMan about 1 year ago
#261 - tiny_http::Connection::from_stream
Issue -
State: open - Opened by ArunGust about 1 year ago
#260 - Listen config parser
Pull Request -
State: open - Opened by mpalmer over 1 year ago
#259 - Add `#[must_use]` to `Response` struct
Pull Request -
State: open - Opened by JarredAllen over 1 year ago
#258 - Thread pool
Pull Request -
State: closed - Opened by weitianyuan over 1 year ago
#257 - Feat/ssl config
Pull Request -
State: closed - Opened by nanjingboy over 1 year ago
#253 - Added section for running examples
Pull Request -
State: open - Opened by RPG-Alex over 1 year ago
#252 - crash in `capacity overflow` on SequentialReader in vec alloc
Issue -
State: open - Opened by harryhaaren over 1 year ago
- 5 comments
#251 - How to get the hostname and the port number?
Issue -
State: open - Opened by szabgab over 1 year ago
- 1 comment
#250 - How to get the full url?
Issue -
State: open - Opened by szabgab over 1 year ago
- 3 comments
#249 - Github pages of tiny-http
Issue -
State: open - Opened by szabgab over 1 year ago
#248 - .reader() + .writer() on ReadWrite
Pull Request -
State: closed - Opened by brandonros over 1 year ago
- 2 comments
#247 - Be able to split Read + Write out of CustomStream for Sync across threads?
Issue -
State: open - Opened by brandonros over 1 year ago
#246 - add an example with a simple router
Pull Request -
State: open - Opened by brandonros almost 2 years ago
#245 - empty string with `""` quote
Issue -
State: open - Opened by bozkayasalihx almost 2 years ago
- 1 comment
#244 - Hang on the first connection after dropping/re-creating the server
Issue -
State: open - Opened by jfaust about 2 years ago
- 5 comments
#243 - Update version README.md
Pull Request -
State: open - Opened by mandarl about 2 years ago
#242 - dep: Upgrade rustls v0.20 => v0.21
Pull Request -
State: closed - Opened by NobodyXu about 2 years ago
- 3 comments
#241 - Add ssl-native-tls feature allowing using native-tls as an SSL backend
Pull Request -
State: closed - Opened by zvolin about 2 years ago
- 4 comments
#240 - Use rust-native-tls instead of openssl directly
Issue -
State: closed - Opened by zvolin about 2 years ago
- 2 comments
#238 - Rework HTTP response logic to avoid allocation
Issue -
State: open - Opened by dead-claudia over 2 years ago
#237 - Update response.rs
Pull Request -
State: closed - Opened by jdeagleone over 2 years ago
- 1 comment
#236 - How to setup a proxy?
Issue -
State: open - Opened by oilel over 2 years ago
#235 - Why not use eprintln?
Issue -
State: open - Opened by oilel over 2 years ago
#234 - reqwest.get from main thread to tiny-http server in other thread
Issue -
State: closed - Opened by NikZak over 2 years ago
- 16 comments
#233 - feat(num_connections) : request
Issue -
State: open - Opened by refct over 2 years ago
- 1 comment
#232 - Issue 56 - Add limit to size of headers
Pull Request -
State: open - Opened by kolbma over 2 years ago
- 3 comments
#230 - Make the log dependency optional
Pull Request -
State: closed - Opened by chloekek almost 3 years ago
#229 - Support for unbuffered writes
Pull Request -
State: open - Opened by nightmared almost 3 years ago
- 2 comments
#228 - Reduce dependencies, switch to `httpdate` crate
Pull Request -
State: closed - Opened by esheppa about 3 years ago
- 4 comments
#227 - Custom transports
Issue -
State: open - Opened by SoniEx2 about 3 years ago
#226 - Use ^1 zeroize
Pull Request -
State: closed - Opened by nhynes about 3 years ago
- 1 comment
#225 - Remove the 'static requirement on TestRequest::with_path
Pull Request -
State: closed - Opened by ruuda over 3 years ago
- 1 comment
#224 - Add support for UNIX sockets
Pull Request -
State: closed - Opened by ColonelThirtyTwo over 3 years ago
- 1 comment
#223 - Wrong dependency version of `log` (fails after `cargo update -Z minimal-versions`)
Issue -
State: closed - Opened by Tamschi over 3 years ago
- 1 comment
#222 - SSL configuration doesn't support certificate chains
Issue -
State: closed - Opened by YuhanLiin over 3 years ago
- 2 comments
#221 - Use bounded thread pool
Issue -
State: open - Opened by mleonhard over 3 years ago
- 10 comments
#220 - Continue serving requests after failing to spawn a thread
Issue -
State: open - Opened by mleonhard over 3 years ago
- 3 comments
#219 - Add test for behavior when limits is hit for fd:s or threads
Pull Request -
State: open - Opened by rawler over 3 years ago
#218 - Add support for rustls
Pull Request -
State: closed - Opened by travispaul over 3 years ago
- 5 comments
#217 - tiny_http::Server::https (segmentation fault)
Issue -
State: closed - Opened by dertin over 3 years ago
- 1 comment
#214 - Remove chrono, use time directly, due to RUSTSEC-2020-0159
Pull Request -
State: closed - Opened by bitdivine over 3 years ago
- 2 comments
#213 - Add optional serde feature
Pull Request -
State: open - Opened by cjcole over 3 years ago
- 1 comment
#212 - Add option to use rustls 0.20.
Pull Request -
State: closed - Opened by ghost over 3 years ago
- 5 comments
#211 - Add a convenient method getting a string from Request.
Pull Request -
State: closed - Opened by grantshandy almost 4 years ago
- 3 comments
#210 - Make the log dependency optional
Pull Request -
State: closed - Opened by mitsuhiko almost 4 years ago
- 2 comments
#209 - Add a feature or option to turn off the `Server: tiny-http (Rust)` header
Issue -
State: open - Opened by stackinspector almost 4 years ago
- 2 comments
#208 - various refactorings, 2018 edition
Pull Request -
State: closed - Opened by ibraheemdev about 4 years ago
- 2 comments
#207 - Prompt responses
Pull Request -
State: closed - Opened by JRoush about 4 years ago
- 3 comments
#206 - Sending response before request is fully read
Issue -
State: closed - Opened by JRoush about 4 years ago
- 1 comment
#205 - why four times thread are getting created for a single server?
Issue -
State: open - Opened by 101mirsha about 4 years ago
- 1 comment
#204 - Fix SSL warnings
Pull Request -
State: closed - Opened by bmgxyz about 4 years ago
- 1 comment
#203 - Make Request testing easier
Pull Request -
State: closed - Opened by bmgxyz about 4 years ago
- 8 comments
#202 - Pushes to master are gated on Travis CI step
Issue -
State: closed - Opened by bradfier over 4 years ago
- 1 comment
#201 - If could if why if is if could if server if could if unreachable if inside if of if codeblock?
Issue -
State: closed - Opened by justintim-es over 4 years ago
- 1 comment
#200 - Enable GitHub Actions CI
Pull Request -
State: closed - Opened by bradfier over 4 years ago
- 1 comment
#199 - Maintenance Status
Issue -
State: closed - Opened by bradfier over 4 years ago
- 5 comments
#198 - Don't honour client TE for 1xx or 204 responses
Pull Request -
State: closed - Opened by bradfier over 4 years ago
#197 - Small dependency optimization: Don't import "oldtime" into chrono
Pull Request -
State: closed - Opened by alexwennerberg over 4 years ago
- 1 comment
#196 - Prevent duplicate Content-Type headers
Pull Request -
State: closed - Opened by bmgxyz over 4 years ago
- 3 comments
#195 - Panic when out of file descriptors
Issue -
State: open - Opened by nikclayton-dfinity over 4 years ago
- 7 comments
#194 - Backport #190 for 0.6.x
Pull Request -
State: closed - Opened by bradfier over 4 years ago
- 1 comment
#193 - impl Hash for Method
Pull Request -
State: closed - Opened by wez over 4 years ago
- 4 comments
#192 - Filter out the same socket-closing errors on flush as on write
Pull Request -
State: closed - Opened by inrustwetrust over 4 years ago
#191 - Consider implementing Hash for Method
Issue -
State: closed - Opened by wez over 4 years ago
- 1 comment
#190 - Fix RUSTSEC-2020-0031
Pull Request -
State: closed - Opened by therealbstern over 4 years ago
- 8 comments
#189 - [Question] How to create mock requests for writing tests?
Issue -
State: closed - Opened by JonasRSV over 4 years ago
- 10 comments
#188 - Allow constructing the server from TcpListener
Pull Request -
State: closed - Opened by Kixunil over 4 years ago
- 5 comments
#187 - Add support for Unix Sockets and allow users to create ClientConnections
Pull Request -
State: closed - Opened by fletcherw over 4 years ago
- 7 comments
#186 - Feature | Getters for Response Status Code & Data Length Properties
Pull Request -
State: closed - Opened by EstebanBorai almost 5 years ago
#185 - I can't get chunked_threshold to have any effect
Issue -
State: closed - Opened by dheijl almost 5 years ago
#184 - Add unblock method for graceful shutdown
Pull Request -
State: closed - Opened by rawler almost 5 years ago
- 4 comments
#183 - response: Drop the use of EqualReader for TransferEncoding::Identity
Pull Request -
State: closed - Opened by rawler almost 5 years ago
- 2 comments
#182 - `Response::with_data` consumes the entire reader to RAM
Issue -
State: closed - Opened by rawler almost 5 years ago
- 2 comments
#181 - http connect tunnel support
Issue -
State: open - Opened by chlxt almost 5 years ago
#180 - 107 ENOTCONN Transport endpoint is not connected
Issue -
State: open - Opened by jiacai2050 almost 5 years ago
#179 - Fix typo
Pull Request -
State: closed - Opened by Vlad-Shcherbina almost 5 years ago
#178 - add support for unix domain sockets
Pull Request -
State: closed - Opened by njaard almost 5 years ago
- 3 comments
#177 - Response: Don't forget `chunked_threshold`
Pull Request -
State: closed - Opened by rawler almost 5 years ago
#176 - Code cleanup
Pull Request -
State: closed - Opened by rawler almost 5 years ago
- 1 comment
#175 - Response: Allow manual handling of Range requests
Pull Request -
State: closed - Opened by rawler almost 5 years ago
- 1 comment