mirror of
https://github.com/Doczom/simple-httpd.git
synced 2025-09-21 02:50:09 +02:00
Update to 0.2.5 version
- Added support for uploading a configuration file over a long path - Added support for special uri paths (using the "*" symbol) in the configuration for groups of similar uri paths - Added the function of reading the contents of an http request - Changed the format of the uri address in the configuration file - Added a request redirection module - Added a module for blocking access to files by url path - Updated documentation - Updated module examples
This commit is contained in:
@@ -28,27 +28,20 @@
|
||||
|
||||
; HTTP-date = rfc1123-date | rfc850-date | asctime-date
|
||||
; rfc1123-date = wkday "," SP date1 SP time SP "GMT"
|
||||
; rfc850-date = weekday "," SP date2 SP time SP "GMT"
|
||||
; asctime-date = wkday SP date3 SP time SP 4DIGIT
|
||||
; date1 = 2DIGIT SP month SP 4DIGIT
|
||||
; ; day month year (e.g., 02 Jun 1982)
|
||||
; date2 = 2DIGIT "-" month "-" 2DIGIT
|
||||
; ; day-month-year (e.g., 02-Jun-82)
|
||||
; date3 = month SP ( 2DIGIT | ( SP 1DIGIT ))
|
||||
; ; month day (e.g., Jun 2)
|
||||
; time = 2DIGIT ":" 2DIGIT ":" 2DIGIT
|
||||
; ; 00:00:00 - 23:59:59
|
||||
; wkday = "Mon" | "Tue" | "Wed"
|
||||
; | "Thu" | "Fri" | "Sat" | "Sun"
|
||||
; weekday = "Monday" | "Tuesday" | "Wednesday"
|
||||
; | "Thursday" | "Friday" | "Saturday" | "Sunday"
|
||||
; month = "Jan" | "Feb" | "Mar" | "Apr"
|
||||
; | "May" | "Jun" | "Jul" | "Aug"
|
||||
; | "Sep" | "Oct" | "Nov" | "Dec"
|
||||
|
||||
|
||||
|
||||
|
||||
;serv_header:
|
||||
; .Accept_Ranges db 'Accept-Ranges: bytes',13,10
|
||||
|
||||
@@ -68,7 +61,7 @@
|
||||
|
||||
align 4
|
||||
default_http_version:
|
||||
db 'HTTP/1.1 '
|
||||
db 'HTTP/1.1'
|
||||
.length = $ - default_http_version
|
||||
|
||||
align 4
|
||||
|
Reference in New Issue
Block a user