Loïc Hoguin
|
3c10d54883
Removal of binary:split from cowboy_dispatcher and small optimizations
|
12 лет назад |
Loïc Hoguin
|
793d058125
Use binary:match/2 instead of binary:split/2 in cowboy_dispatcher
|
12 лет назад |
Loïc Hoguin
|
9d4f4ec9c7
Extract the buffer out of the #state{} in cowboy_protocol
|
12 лет назад |
Loïc Hoguin
|
332c274d87
Use binary:match/2 instead of binary:split/2 in cowboy_http
|
12 лет назад |
Loïc Hoguin
|
ff3c5c7f45
Improve state reset between requests
|
12 лет назад |
Loïc Hoguin
|
8a6baac9ad
Use binary:match/2 instead of binary:split/2
|
12 лет назад |
Loïc Hoguin
|
981ea359ba
Update CHANGELOG
|
12 лет назад |
Loïc Hoguin
|
e27fd5fcb9
Make multipart part headers binary lowercase
|
12 лет назад |
Loïc Hoguin
|
34021666cb
Don't use decode_packet/3 for parsing the headers
|
12 лет назад |
Loïc Hoguin
|
8497c8bbcd
Don't use decode_packet/3 for parsing the request-line
|
12 лет назад |
Boris Faure
|
9393613214
fix typo in doc
|
12 лет назад |
Loïc Hoguin
|
f6791b008a
Update CHANGELOG
|
12 лет назад |
Loïc Hoguin
|
c2be7c1920
Add types for onrequest and onresponse funs
|
12 лет назад |
Loïc Hoguin
|
9090cd9765
Replace many proplists:get_value/{2,3} calls by BIFs
|
12 лет назад |
Loïc Hoguin
|
18be3a8021
Rename cowboy_req:raw_qs/1 to cowboy_req:qs/1
|
12 лет назад |
Loïc Hoguin
|
13b743ba26
Include the eunit file only if TEST is defined
|
12 лет назад |
Loïc Hoguin
|
183bf7f143
Make cowboy_req:req() opaque
|
12 лет назад |
Loïc Hoguin
|
58edd4c35a
Add the private get_connection/1 function used by cowboy_protocol
|
12 лет назад |
Loïc Hoguin
|
cf0e905c52
Add the private get_buffer/1 function used by cowboy_protocol
|
12 лет назад |
Loïc Hoguin
|
e55ec7d43d
Add the private get_resp_state/1 function used by cowboy_protocol
|
12 лет назад |
Loïc Hoguin
|
c1dd5b5176
Add the private set_bindings/4 function used by cowboy_protocol
|
12 лет назад |
Loïc Hoguin
|
5b56dd780b
Add the private set_buffer/2 function used by cowboy_protocol
|
12 лет назад |
Loïc Hoguin
|
fc02b7f767
Add the private add_header/3 function used by cowboy_protocol
|
12 лет назад |
Loïc Hoguin
|
905083a7fd
Add the private set_connection/2 function used by cowboy_protocol
|
12 лет назад |
Loïc Hoguin
|
350d4ae3f2
Add the private function set_host/4 used by cowboy_protocol
|
12 лет назад |
Loïc Hoguin
|
6dbc1f9ef9
Add a private cowboy_req function to create a Req object
|
12 лет назад |
Loïc Hoguin
|
c1f5a2acb2
Use cowboy_req:version/1 in cowboy_protocol where applicable
|
12 лет назад |
Loïc Hoguin
|
82d7e89ea2
Remove http.hrl dependency in cowboy_rest
|
12 лет назад |
Loïc Hoguin
|
f205d44518
Add a function to lock request responses instead of inlining
|
12 лет назад |
Loïc Hoguin
|
8d5f8db90a
Improve consistency of return types for cowboy_req API
|
12 лет назад |