Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
carlbrown
/
http
Public
forked from
swift-server/http
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
fixSimultaneousConnectionsTestOnLinux
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 16, 2017
Cause WithoutKeepAlive test to run and pass on Linux
Show description for 7920885
carlbrown
authored and
Carl Brown
committed
7920885
Copy full SHA for 7920885
Commits on Oct 7, 2017
Sockets aren't idle if response not completed (#63)
carlbrown
authored and
seabaylea
committed
d9dbb40
Copy full SHA for d9dbb40
Test hashValue and description of HTTPVersion (#71)
chrisamanse
authored and
seabaylea
committed
1994157
Copy full SHA for 1994157
dealloc (#68)
carlbrown
authored and
seabaylea
committed
ec6087c
Copy full SHA for ec6087c
Better code style (#67)
Show description for fb6df9b
nixzhu
authored and
seabaylea
committed
fb6df9b
Copy full SHA for fb6df9b
Commits on Oct 4, 2017
Merge pull request #64 from ShaneQi/new_runloop_api_in_readme
Show description for 5a00cde
carlbrown
authored
5a00cde
Copy full SHA for 5a00cde
Replaced `CFRunLoopRun()` with `RunLoop.current.run()` in README examples.
Show description for fffb8dd
ShaneQi
committed
fffb8dd
Copy full SHA for fffb8dd
Commits on Oct 3, 2017
Readme: request feedback (#61)
ianpartridge
authored and
seabaylea
committed
234551e
Copy full SHA for 234551e
Commits on Oct 2, 2017
TestResponseResolver logic match HTTPStreamingParser (#58)
seabaylea
authored
f8516cc
Copy full SHA for f8516cc
Update Jazzy docs with handler example and other minor improvements (#59)
seabaylea
authored
811940b
Copy full SHA for 811940b
Commits on Sep 28, 2017
Keep alive override (#57)
Show description for 3aa8b03
Aaron Liberatore
authored and
seabaylea
committed
3aa8b03
Copy full SHA for 3aa8b03
Commits on Sep 26, 2017
Swift 4 support (#56)
carlbrown
authored and
seabaylea
committed
2ab754e
Copy full SHA for 2ab754e
Push completion block to queueSocketWrite (#55)
Show description for defd4c7
carlbrown
authored and
seabaylea
committed
defd4c7
Copy full SHA for defd4c7
Commits on Sep 24, 2017
Adds Travis Support (#53)
Show description for d81bed0
Aaron Liberatore
authored and
seabaylea
committed
d81bed0
Copy full SHA for d81bed0
Closes requests with Connection: close header (#52)
Show description for 00adc53
Aaron Liberatore
authored and
seabaylea
committed
00adc53
Copy full SHA for 00adc53
Commits on Sep 22, 2017
Honor &stopProcessingBody flag, with tests (#51)
Show description for 280caad
carlbrown
authored and
seabaylea
committed
280caad
Copy full SHA for 280caad
Commits on Sep 19, 2017
Merge pull request #41 from djones6/keepalive
Show description for 327e890
carlbrown
authored
327e890
Copy full SHA for 327e890
Remove Keep-Alive header
djones6
committed
a8205d2
Copy full SHA for a8205d2
Revise naming and type for requests remaining var
djones6
committed
62aba99
Copy full SHA for 62aba99
Correct function of keepalive header
djones6
committed
ee4b4d9
Copy full SHA for ee4b4d9
Commits on Sep 11, 2017
Fix port configuration being ignored (#42)
seabaylea
authored
fee5702
Copy full SHA for fee5702
Commits on Sep 10, 2017
Update README.md and Jazzy annotations (#43)
seabaylea
authored
055a757
Copy full SHA for 055a757
Commits on Sep 8, 2017
Remove BlueSocket dependency (#39)
carlbrown
authored and
seabaylea
committed
6b5b27e
Copy full SHA for 6b5b27e
Commits on Aug 29, 2017
Perf: read connectionCount only when needed (#23)
seabaylea
authored
d53f943
Copy full SHA for d53f943
Remove dangling reference left over from rename in PR #26 (#38)
Show description for 8d27830
carlbrown
authored and
seabaylea
committed
8d27830
Copy full SHA for 8d27830
Commits on Aug 27, 2017
Remove need for utils.* in CHTTPParser (#35)
seabaylea
authored
75f022c
Copy full SHA for 75f022c
Commits on Aug 24, 2017
Add .swiftlint.yml and clean up project (#33)
ianpartridge
authored and
seabaylea
committed
6c0317d
Copy full SHA for 6c0317d
Commits on Aug 23, 2017
Remove CHTTPParser dependency, add target (#32)
ianpartridge
authored and
seabaylea
committed
0a09bca
Copy full SHA for 0a09bca
Remove API docs (#29)
Show description for ab8f280
ianpartridge
authored and
seabaylea
committed
ab8f280
Copy full SHA for ab8f280
Add HTTPServer API (#26)
ianpartridge
authored and
seabaylea
committed
92f3ee4
Copy full SHA for 92f3ee4
Commits on Aug 13, 2017
Add initial set of Jazzy docs (#24)
seabaylea
authored
8f1f900
Copy full SHA for 8f1f900
Commits on Jul 17, 2017
Simplification of HTTPResponse/HTTPResponseWriter (#19)
Show description for 6e6ffe2
aleksey-mashanov
authored and
seabaylea
committed
6e6ffe2
Copy full SHA for 6e6ffe2
Commits on Jul 15, 2017
Fix for exclusive access issue in Swift 4 (#21)
carlbrown
authored and
seabaylea
committed
0da680a
Copy full SHA for 0da680a
Commits on Jun 30, 2017
Merge pull request #18 from seabaylea/discardBody
Show description for 378286e
carlbrown
authored
378286e
Copy full SHA for 378286e
discardBody() should call done()
seabaylea
committed
48d155f
Copy full SHA for 48d155f
Pagination
Previous
Next
You can’t perform that action at this time.