github.com/tokio-rs/tokio-minihttp
Protocol implementation experimentations
https://github.com/tokio-rs/tokio-minihttp
Changed Response to store body as bytes (#30)
c8afcc000c3d1427bb6d317e9a1809f7e953b325 authored over 7 years ago
c8afcc000c3d1427bb6d317e9a1809f7e953b325 authored over 7 years ago
Tweak travis config
4f21e99a3959ca813de031919ad21a9d2846ef8e authored over 7 years ago
4f21e99a3959ca813de031919ad21a9d2846ef8e authored over 7 years ago
Add forgotten license files
Closes #23
3c7d49917129420466bb9843c4da12dfd2a545ca authored about 8 years ago
Download on AppVeyor with `appveyor`
2c7393942bb6119d511fcd3f04f22c7e84d89dda authored over 8 years ago
2c7393942bb6119d511fcd3f04f22c7e84d89dda authored over 8 years ago
Optimize pushing bytes onto BytesMut
1e654d72490a56d4106687d52cb56c172ab922fb authored over 8 years ago
1e654d72490a56d4106687d52cb56c172ab922fb authored over 8 years ago
Use BufMut::extend instead of put
Fixes #19
ac6e6ba6cbafd3b6bdca613ed6f1844e7c480d99 authored over 8 years ago
Update using tokio-io
23af5c271221096e79067edd1065455e6c549f4b authored over 8 years ago
23af5c271221096e79067edd1065455e6c549f4b authored over 8 years ago
Depend on crates.io tokio-service
753a94c138921f1962fcc8a0c38a4edcf9c0c2a6 authored over 8 years ago
753a94c138921f1962fcc8a0c38a4edcf9c0c2a6 authored over 8 years ago
Track proto changes
e3826ed4c35e6192a8f7b53c50390b40bc077a87 authored over 8 years ago
e3826ed4c35e6192a8f7b53c50390b40bc077a87 authored over 8 years ago
Revert "Track proto changes"
This reverts commit 6b192caf3015f4206d2b163c047febc0e7e0d38a.
dc097890cab2da4cc5f7f8a7a8f0d7a237bd4794 authored over 8 years ago
Track proto changes
6b192caf3015f4206d2b163c047febc0e7e0d38a authored over 8 years ago
6b192caf3015f4206d2b163c047febc0e7e0d38a authored over 8 years ago
Track Service changes
f97363b457c274d2a702b5c760eade1c8d3a7436 authored over 8 years ago
f97363b457c274d2a702b5c760eade1c8d3a7436 authored over 8 years ago
Merge pull request #16 from gkbrk/techempower
Added techempower example that serves both json and plaintext benchmarks
1c93178e6d4b4df42d5f7517d136e98b2a03ce51 authored over 8 years ago
Removed old techempower examples
d7f934249aeec92ee5d5c84e6fd80746b605c9ec authored over 8 years ago
d7f934249aeec92ee5d5c84e6fd80746b605c9ec authored over 8 years ago
Added techempower example that serves both json and plaintext benchmarks
82e984af50758145b01b819bd96bb027a5fec689 authored over 8 years ago
82e984af50758145b01b819bd96bb027a5fec689 authored over 8 years ago
Track upstream changes
6ac81b310961d6140f976c46c71d332539166af7 authored over 8 years ago
6ac81b310961d6140f976c46c71d332539166af7 authored over 8 years ago
Avoid allocations in Response on the fast path
efff1a72dba90f372a58d22686df3a8a70dfca60 authored over 8 years ago
efff1a72dba90f372a58d22686df3a8a70dfca60 authored over 8 years ago
Make techempower6 multithreaded
2388e7baa52b6da704527666d5ab3da0e1e8a2d9 authored over 8 years ago
2388e7baa52b6da704527666d5ab3da0e1e8a2d9 authored over 8 years ago
Update to tokio-proto master
5583ce143ddcdf70305739a3b5ee3807eb52c67e authored over 8 years ago
5583ce143ddcdf70305739a3b5ee3807eb52c67e authored over 8 years ago
Update travis token again
3120e628cef9bab8760fc35a2b9d7bc07a5b4b27 authored over 8 years ago
3120e628cef9bab8760fc35a2b9d7bc07a5b4b27 authored over 8 years ago
Update travis token
07bd51ef6cf57d4bd9b9b292a109e946b9a7c61a authored over 8 years ago
07bd51ef6cf57d4bd9b9b292a109e946b9a7c61a authored over 8 years ago
Merge pull request #13 from atarola/atarola/add_status
Add custom status codes to responses
b911096f5091958fd5a0d89ccdf29b67b29a88f3 authored over 8 years ago
add status codes to responses
d7a97a0863b828adb163502be7265d5a2eea6906 authored over 8 years ago
d7a97a0863b828adb163502be7265d5a2eea6906 authored over 8 years ago
Merge pull request #14 from liftoff/master
Added fmt::Debug for Request
4a74a7fafdd2b2c36578cf10225fac54830ff66e authored over 8 years ago
Added fmt::Debug for Request so it can work with tokio_middleware's Log middleware
e5cc2e1462684f7871e75e99579fc1dcaec99474 authored over 8 years ago
e5cc2e1462684f7871e75e99579fc1dcaec99474 authored over 8 years ago
Merge pull request #10 from lambdastackio/master
Updated to support change from Parse/Serialize to Decode/Encode
f0a356d08324f446320105ab4f31f96458e45d13 authored over 8 years ago
Updated to support change from Parse/Serialize to Decode/Encode
25bbced674dd00965f420738b2fee13e7a850481 authored over 8 years ago
25bbced674dd00965f420738b2fee13e7a850481 authored over 8 years ago
Touch up comment slightly about services
9647d9923b27569208134bca9fea4c167a8ce16d authored almost 9 years ago
9647d9923b27569208134bca9fea4c167a8ce16d authored almost 9 years ago
Merge branch 'master' of https://github.com/simkha/tokio-minihttp
a933729370f33d2113ee87c7ae2d56cd9af57a44 authored almost 9 years ago
a933729370f33d2113ee87c7ae2d56cd9af57a44 authored almost 9 years ago
README tweaks
be8afd05ab8619af868e68b645bcda39d92e2446 authored almost 9 years ago
be8afd05ab8619af868e68b645bcda39d92e2446 authored almost 9 years ago
Add AppVeyor and Travis configs
c88742e2215eabd13ed33d187fc0ba205e50f362 authored almost 9 years ago
c88742e2215eabd13ed33d187fc0ba205e50f362 authored almost 9 years ago
Update with recent tokio-proto changes
2d2cf3423e23ccd59444d865c79324fb731f9371 authored almost 9 years ago
2d2cf3423e23ccd59444d865c79324fb731f9371 authored almost 9 years ago
add comment explaining how HelloWorld can be used where NewService is expected
2fd0f63aadc84a835b0e44740f95635ae4bd9019 authored almost 9 years ago
2fd0f63aadc84a835b0e44740f95635ae4bd9019 authored almost 9 years ago
Track upstream changes
c4db87f9427365201679010003b5d13e791b68b0 authored almost 9 years ago
c4db87f9427365201679010003b5d13e791b68b0 authored almost 9 years ago
Track tokio_proto changes
910ac0debd0acbf8592bf52e99570e6ae937b8b1 authored almost 9 years ago
910ac0debd0acbf8592bf52e99570e6ae937b8b1 authored almost 9 years ago
Fix build
4249fa1c20fdd6aa206e2e274a4e755988626902 authored almost 9 years ago
4249fa1c20fdd6aa206e2e274a4e755988626902 authored almost 9 years ago
Track tokio-service changes
1e8ec6a8cb11d7c0306651a240ba90ff78c4ab16 authored almost 9 years ago
1e8ec6a8cb11d7c0306651a240ba90ff78c4ab16 authored almost 9 years ago
Track master changes
0373543f1297720fcac3498f3b2c61020c5427fd authored almost 9 years ago
0373543f1297720fcac3498f3b2c61020c5427fd authored almost 9 years ago
Track master of deps
0e3f73e9224656f42675a18d8df8acddf6982512 authored almost 9 years ago
0e3f73e9224656f42675a18d8df8acddf6982512 authored almost 9 years ago
Track Tokio changes
7d8c4491ae720ce3ee1002e1cde56cd7e684329c authored almost 9 years ago
7d8c4491ae720ce3ee1002e1cde56cd7e684329c authored almost 9 years ago
Update for changes on tokio master branch
5950b866da7096b1208b37e86b466578df469239 authored almost 9 years ago
5950b866da7096b1208b37e86b466578df469239 authored almost 9 years ago
Track master + add SSL example
ddd059914079cf4ac7c8f65f66f10c62fc065f36 authored almost 9 years ago
ddd059914079cf4ac7c8f65f66f10c62fc065f36 authored almost 9 years ago
Initial commit
457783a3734e3358144bf0ab2dba615ab7464994 authored almost 9 years ago
457783a3734e3358144bf0ab2dba615ab7464994 authored almost 9 years ago