70 Commits

Author SHA1 Message Date
065b181530 Added a check for malformed request paths 2025-03-18 22:12:46 +01:00
2fd0d4f64f Updated dependencies 2025-03-01 14:29:56 +01:00
4b3560d0cf Updated module path 2025-02-25 16:48:09 +01:00
a4177508f1 Added a check for malformed headers 2025-02-14 22:28:29 +01:00
e787609322 Implemented connection close request 2025-02-13 22:38:38 +01:00
d91c131394 Added middleware documentation 2024-06-22 13:41:43 +02:00
24b7c6ead7 Updated usage examples 2024-06-19 10:50:41 +02:00
818e0054c1 Added Redirect function 2024-04-02 16:17:43 +02:00
f0cb179b8b Renamed content to send 2024-04-02 15:23:44 +02:00
b28a9f12ce Removed old testdata 2024-03-30 09:54:37 +01:00
a280b37346 Updated benchmarks 2024-03-29 12:59:08 +01:00
420b6d3991 Improved description 2024-03-28 22:11:48 +01:00
552e86bf7a Updated benchmark link 2024-03-28 22:00:08 +01:00
747cf9271a Updated benchmarks 2024-03-28 21:41:11 +01:00
1af3724981 Removed fmt package 2024-03-28 18:03:07 +01:00
09e9a488bd Added rewrk benchmark 2024-03-28 16:49:44 +01:00
b95ce5002e Added tests for content types 2024-03-28 15:51:47 +01:00
d7a323262f Added some benchmarks 2024-03-28 15:38:10 +01:00
5d087230a9 Improved performance 2024-03-28 15:19:46 +01:00
adb1d0beb2 Improved performance 2024-03-28 15:04:39 +01:00
5af7efcdbd Added more tests 2024-03-28 14:27:40 +01:00
805f92468a Added server tests 2024-03-28 12:22:45 +01:00
245a085020 Improved compression test 2024-03-28 11:27:06 +01:00
341bd08d1d Added compression test 2024-03-28 11:22:52 +01:00
8969c32887 Added request methods 2024-03-28 10:53:53 +01:00
9cbbd3957a Improved performance 2024-03-28 00:30:49 +01:00
c3bb8336a3 Added request headers 2024-03-27 22:12:16 +01:00
b6c208c75b Added more tests 2024-03-27 20:41:27 +01:00
98e1a47328 Added URL parsing 2024-03-27 14:06:13 +01:00
fff7b6ae47 Simplified server API 2024-03-27 12:49:55 +01:00
cf3daa1f1b Renamed Test to Request 2024-03-27 11:36:12 +01:00
271e1cd5bd Removed net/http 2024-03-26 22:46:16 +01:00
f4617248d8 Renamed test file 2024-03-22 20:32:02 +01:00
d85c5fc1de Reduced number of exported identifiers 2024-03-22 15:18:54 +01:00
ef6dd6885e Renamed module 2024-03-22 15:08:24 +01:00
17158235ea Added streaming 2024-03-22 14:37:21 +01:00
1803bf7108 Added redirect method 2024-03-20 21:17:50 +01:00
625bad898b Renamed send to content 2024-03-20 21:17:23 +01:00
9b51e01244 Added tests for different content types 2024-03-16 16:55:53 +01:00
e16221c971 Cleaned up context interface 2024-03-16 15:30:05 +01:00
4df715f3b8 Fixed JSON tag 2024-03-16 15:26:45 +01:00
12312642c7 Improved API 2024-03-16 15:22:47 +01:00
4faeb6e956 Updated dependencies 2024-03-15 10:06:17 +01:00
8f135c1dcd Improved performance 2024-03-14 19:22:39 +01:00
d89859010b Improved performance 2024-03-14 15:11:00 +01:00
1e4161de0c Added Server interface 2024-03-14 12:52:03 +01:00
e604017ecc Improved performance 2024-03-14 00:06:20 +01:00
9ec4621356 Implemented the io.Writer interface 2024-03-13 22:49:57 +01:00
e69a66aa31 Added middleware support 2024-03-13 20:18:01 +01:00
1bcf4794f5 Added Status method 2024-03-13 16:57:36 +01:00