issues
search
tailhook
/
rotor-http
The mio/rotor based http server library for rust (UNMAINTAINED, use tk-http)
MIT License
110
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Export rotor_http::message to allow matching errors
#50
kpcyrd
closed
6 years ago
1
How can I compose http server with a telnet client (example from rotor) ?
#49
ghost
closed
8 years ago
2
HTTP Client
#48
diorahman
opened
8 years ago
1
Support for Pipelining
#47
KodrAus
opened
8 years ago
2
Handle wakeup for all Parser states
#46
KodrAus
closed
7 years ago
6
Error Waking up Parser<P, S> FSM
#45
KodrAus
opened
8 years ago
1
Persistent Connections
#44
KodrAus
closed
8 years ago
2
Error compiling hellow world server
#43
stiv-yakovenko
closed
8 years ago
7
logging lots of error messages
#42
psFried
opened
8 years ago
4
Improve Message to be more correct.
#41
pyfisch
closed
8 years ago
1
assertion failed server/parser.rs:223
#40
nokaa
closed
8 years ago
7
AtomicUsize does not need a mutable reference to be increment
#39
yanns
closed
8 years ago
0
friendly to newcomers
#38
yanns
closed
8 years ago
1
Fix chunked transfer coding.
#37
andreasots
closed
8 years ago
1
fix(examples/client): Handle ip4 addresses
#36
dignifiedquire
closed
8 years ago
1
Update the client example to send the Host header field.
#35
pyfisch
closed
8 years ago
2
Client example hangs
#34
dignifiedquire
closed
8 years ago
21
counter is now thread safe
#33
yanns
closed
8 years ago
7
Reorganize the server exports.
#32
pyfisch
closed
8 years ago
1
Add more documentation to Todo example.
#31
pyfisch
closed
8 years ago
3
Add Todo-Backend implementation in rotor-http.
#30
pyfisch
closed
8 years ago
9
Reintroduce ParserImpl to hide implementation details of Parser.
#29
pyfisch
closed
8 years ago
1
Add support for \n line endings in server.
#28
pyfisch
closed
8 years ago
8
Add tests for HTTP server side.
#27
pyfisch
closed
8 years ago
12
Fix chunked encoding on the server for buffered requests.
#26
pyfisch
closed
8 years ago
1
State between requests?
#25
pyfisch
closed
8 years ago
5
413 Payload Too Large
#24
nokaa
closed
8 years ago
3
How to test rotor-http?
#23
pyfisch
closed
8 years ago
9
WIP: Remove duplicate code and move common code to shared/
#22
pyfisch
closed
8 years ago
9
Remove hyper
#21
pyfisch
closed
8 years ago
3
remove all uses of hyper version enum
#20
pyfisch
closed
8 years ago
4
remove hyper status code in response creation
#19
pyfisch
closed
8 years ago
2
Stringmethod
#18
pyfisch
closed
8 years ago
0
remove need for typed hyper headers
#17
pyfisch
closed
8 years ago
0
Add the peer socket address to the server Head struct.
#16
pyfisch
closed
8 years ago
2
Get rid of hyper by default
#15
tailhook
closed
8 years ago
8
Increment counter in hello-world examples.
#14
duelinmarkers
closed
8 years ago
1
Client Example
#13
KodrAus
closed
8 years ago
5
use standards conformant algorithm to determine request length
#12
pyfisch
closed
8 years ago
7
use string slices for request method and path
#11
pyfisch
closed
8 years ago
1
use String instead of RequestUri for HTTP path
#10
pyfisch
closed
8 years ago
5
fix spelling mistakes and correct not implemented error messages
#9
pyfisch
closed
8 years ago
1
effective request uri
#8
pyfisch
closed
8 years ago
7
Fix a compilation error
#7
brson
closed
8 years ago
1
error in run example : hello_world_server
#6
szagi3891
closed
8 years ago
2
compile error in netbuf v0.2.0
#5
szagi3891
closed
8 years ago
1
Support reading fixed length bodys.
#4
pyfisch
closed
9 years ago
3
Update httparse and rotor to unbreak this project
#3
pyfisch
closed
9 years ago
1
Handle socket passed to greedy_stream::Protocol::accepted
#2
ebarnard
closed
9 years ago
1
Working multithreaded listeners
#1
teburd
closed
9 years ago
1
Next