Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
tiny-http
/
tiny-http
Public
Notifications
You must be signed in to change notification settings
Fork
152
Star
1.1k
Code
Issues
58
Pull requests
19
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on May 16, 2023
Merge pull request #241 from zvolin/ssl-native-tls
Show description for e221563
bradfier
authored
e221563
View commit details
Copy full SHA for e221563
Browse repository at this point
Target an MSRV of 1.57 (up from 1.56)
Show description for 06c4fb3
bradfier
committed
06c4fb3
View commit details
Copy full SHA for 06c4fb3
Browse repository at this point
Commits on May 13, 2023
Add ssl-native-tls feature allowing using native-tls as an SSL backend
Show description for 4e54613
zvolin
committed
4e54613
View commit details
Copy full SHA for 4e54613
Browse repository at this point
Commits on Jan 19, 2023
Merge pull request #230 from chloekek/yeet-log
Show description for 33b0f26
frewsxcv
authored
33b0f26
View commit details
Copy full SHA for 33b0f26
Browse repository at this point
Commits on Oct 25, 2022
Make the log dependency optional
mitsuhiko
authored and
Chloé Kekoa
committed
cb1cc51
View commit details
Copy full SHA for cb1cc51
Browse repository at this point
Commits on Oct 6, 2022
Prepare for 0.12.0 release
bradfier
committed
212b1c4
View commit details
Copy full SHA for 212b1c4
Browse repository at this point
Commits on Oct 5, 2022
Merge pull request #228 from esheppa/use-httpdate
Show description for 87b00a8
bradfier
authored
87b00a8
View commit details
Copy full SHA for 87b00a8
Browse repository at this point
Commits on Sep 9, 2022
remove unused url dependency, switch to httpdate
Show description for c2a38ad
esheppa
committed
c2a38ad
View commit details
Copy full SHA for c2a38ad
Browse repository at this point
Commits on Jun 26, 2022
Remove the 'static requirement on TestRequest::path
Show description for f0fce7e
ruuda
authored and
bradfier
committed
f0fce7e
View commit details
Copy full SHA for f0fce7e
Browse repository at this point
Commits on Jun 14, 2022
Use ^1 zeroize
Show description for dd9c8dd
nhynes
authored and
bradfier
committed
dd9c8dd
View commit details
Copy full SHA for dd9c8dd
Browse repository at this point
Commits on Apr 2, 2022
Update log dependency to 0.4.4
Show description for b9d9e8a
bradfier
committed
b9d9e8a
View commit details
Copy full SHA for b9d9e8a
Browse repository at this point
Commits on Mar 25, 2022
Add support for UNIX sockets
Show description for 789e1c1
ColonelThirtyTwo
committed
789e1c1
View commit details
Copy full SHA for 789e1c1
Browse repository at this point
Commits on Feb 25, 2022
Release v0.11.0
bradfier
committed
c5177b0
View commit details
Copy full SHA for c5177b0
Browse repository at this point
Correctly load certificate chains into OpenSSL
Show description for 876efd6
bradfier
committed
876efd6
View commit details
Copy full SHA for 876efd6
Browse repository at this point
Refactor SSL support into two modules
Show description for a9823f2
bradfier
committed
a9823f2
View commit details
Copy full SHA for a9823f2
Browse repository at this point
Commits on Feb 6, 2022
Improve rustls certificate handling
Show description for 3e2ca09
bradfier
committed
3e2ca09
View commit details
Copy full SHA for 3e2ca09
Browse repository at this point
Update GitHub Actions config to accomodate ssl-rustls
Show description for 2678655
bradfier
committed
2678655
View commit details
Copy full SHA for 2678655
Browse repository at this point
Resolve error resulting from sync::{Arc, Mutex} being imported twice
travispaul
authored and
bradfier
committed
79316c8
View commit details
Copy full SHA for 79316c8
Browse repository at this point
Update self-signed cert and ssl.rs example for ssl-rustls feature.
travispaul
authored and
bradfier
committed
30d1f9e
View commit details
Copy full SHA for 30d1f9e
Browse repository at this point
sock does not need to be mutable.
3xmblzj5
authored and
bradfier
committed
7ffe7b4
View commit details
Copy full SHA for 7ffe7b4
Browse repository at this point
Use rustls 0.20.
3xmblzj5
authored and
bradfier
committed
f1c935e
View commit details
Copy full SHA for f1c935e
Browse repository at this point
Commits on Jan 12, 2022
Prepare for v0.10.0 release
Show description for fd2cced
bradfier
committed
fd2cced
View commit details
Copy full SHA for fd2cced
Browse repository at this point
Correctly format HTTPDate using time-rs
Show description for 75ac775
bradfier
committed
75ac775
View commit details
Copy full SHA for 75ac775
Browse repository at this point
Commits on Jan 9, 2022
Remove chrono, use time directly, due to RUSTSEC-2020-0159
bitdivine
committed
2975190
View commit details
Copy full SHA for 2975190
Browse repository at this point
Commits on Oct 14, 2021
Prepare for 0.9.0 release
bradfier
committed
9a2566c
View commit details
Copy full SHA for 9a2566c
Browse repository at this point
Remove some needless double-references
Show description for e70f8bb
bradfier
committed
e70f8bb
View commit details
Copy full SHA for e70f8bb
Browse repository at this point
Test against MSRV 1.48 rather than 1.41.1
Show description for 4c11264
bradfier
committed
4c11264
View commit details
Copy full SHA for 4c11264
Browse repository at this point
Commits on Jul 8, 2021
remove uses of option::zip
Ibraheem Ahmed
authored and
bradfier
committed
d8e065f
View commit details
Copy full SHA for d8e065f
Browse repository at this point
various refactorings, 2018 edition
ibraheemdev
authored and
bradfier
committed
e90289c
View commit details
Copy full SHA for e90289c
Browse repository at this point
Commits on Jun 30, 2021
Update README and disable TravisCI
bradfier
committed
4c52925
View commit details
Copy full SHA for 4c52925
Browse repository at this point
Commits on Jun 29, 2021
Replace `slice::fill` with an explicit loop for Rust 1.41 compat
JRoush
committed
1ca75c3
View commit details
Copy full SHA for 1ca75c3
Browse repository at this point
Commits on Jun 28, 2021
Run `cargo fmt`
JRoush
committed
622fb5b
View commit details
Copy full SHA for 622fb5b
Browse repository at this point
Additional tests for prompt handling of short requests.
JRoush
committed
55bb5d1
View commit details
Copy full SHA for 55bb5d1
Browse repository at this point
Drop request reader automatically when it has been fully read.
Show description for 6ce9351
JRoush
committed
6ce9351
View commit details
Copy full SHA for 6ce9351
Browse repository at this point
Add `FusedReader` that wraps a reader and drops it when it reaches EOF.
JRoush
committed
1c52ce4
View commit details
Copy full SHA for 1c52ce4
Browse repository at this point
Previous
Next
You can’t perform that action at this time.