rmanach
|
97698ec207
|
update README (add doc part)
|
2022-10-03 17:43:59 +02:00 |
|
|
|
4d45992b84
|
update README.md
|
2022-09-21 09:56:30 +01:00 |
|
|
|
2c7418f333
|
feat: #2 impl an HTTPResponse + update tests
|
2022-09-20 09:07:23 +00:00 |
|
|
|
35cc483774
|
remove debug print + add print when server is ready
|
2022-09-19 15:20:04 +00:00 |
|
|
|
61479517b5
|
add requirements.txt for pytest
|
2022-09-19 14:14:49 +00:00 |
|
|
|
776b5094ee
|
Merge branch 'feature/improve-tcpstream' into develop
|
2022-09-19 15:11:29 +01:00 |
|
|
|
5321c06d24
|
improv: #5 add e2e tests
|
2022-09-19 14:10:03 +00:00 |
|
|
|
65e188bcf8
|
improv: #5 accept http 1.0 request version
|
2022-09-19 14:10:28 +01:00 |
|
|
|
617c084782
|
improv: #5 handle the request and return a response (useful for tests)
|
2022-09-19 10:51:30 +01:00 |
|
|
|
0a76efdc64
|
improv: #5 use tokio crate to handle incoming conn async
|
2022-09-15 18:10:10 +01:00 |
|
|
|
73f3e3ccec
|
bug: #4 fix HTTP request parsing
|
2022-09-15 09:40:32 +01:00 |
|
|
|
5fc2a07bce
|
feat: #3 add a target and http version validator
|
2022-09-14 18:00:12 +01:00 |
|
|
|
9f0dc6e6c5
|
feat: #3 add a method validator
|
2022-09-14 11:12:04 +01:00 |
|
|
|
6e994f1b90
|
impl more robust test for HTTP Request
|
2022-09-13 17:17:09 +01:00 |
|
|
|
ce7e49af47
|
feat: #1 rework on http request parser and include HTTPBody in HTTPRequest
|
2022-09-09 16:58:10 +01:00 |
|
|
|
e0d72b08cf
|
feat: #1 impl an http body parser
|
2022-09-09 14:02:16 +01:00 |
|
|
|
3afe437143
|
feat: #1 add HTTPStartLine struct to parse request start line + some fixes
|
2022-09-09 11:08:35 +01:00 |
|
rmanach
|
2e097bbedb
|
Update 'README.md'
|
2022-09-08 09:50:04 +00:00 |
|
|
|
81d9b0f38d
|
add a request handler
|
2022-09-08 10:45:58 +01:00 |
|
|
|
f7a7cddde5
|
init repository
|
2022-09-08 08:42:26 +01:00 |
|