mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
remove dead code
This commit is contained in:
parent
2d2ffc722a
commit
1a9b837888
1 changed files with 0 additions and 2 deletions
|
|
@ -375,8 +375,6 @@ module Request = struct
|
||||||
let path self = self.path
|
let path self = self.path
|
||||||
let body self = self.body
|
let body self = self.body
|
||||||
|
|
||||||
let non_query_path self = Tiny_httpd_util.get_non_query_path self.path
|
|
||||||
|
|
||||||
let query self = self.query
|
let query self = self.query
|
||||||
let get_header ?f self h = Headers.get ?f h self.headers
|
let get_header ?f self h = Headers.get ?f h self.headers
|
||||||
let get_header_int self h = match get_header self h with
|
let get_header_int self h = match get_header self h with
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue