-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a
CHANGES.md
file that lists changes and additions included in (#…
…17)
- Loading branch information
1 parent
d8f64e8
commit de6a735
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Unreleased | ||
-------------- | ||
|
||
- httpaf-lwt, httpaf-lwt-unix, httpaf-mirage: deduplicate interface code via a | ||
common `Httpaf_lwt_intf` interface | ||
([#13](https://github.com/anmonteiro/httpaf/pull/13)) | ||
- httpaf, httpaf-lwt, httpaf-lwt-unix, httpaf-async, httpaf-mirage: add support | ||
for persistent connections and pipelining in the client implementations | ||
([#5](https://github.com/anmonteiro/httpaf/pull/5)) | ||
- httpaf, httpaf-lwt, httpaf-lwt-unix, httpaf-async, httpaf-mirage: add support | ||
for switching protocols, e.g. to a WebSocket connection, via a new function | ||
`Reqd.respond_with_upgrade` | ||
([#8](https://github.com/anmonteiro/httpaf/pull/8)) | ||
- httpaf-lwt-unix: add support for HTTPS in the Lwt runtime, either via OpenSSL | ||
or `ocaml-tls` ([#2](https://github.com/anmonteiro/httpaf/pull/2)) | ||
- httpaf, httpaf-lwt, httpaf-lwt-unix, httpaf-mirage: Add a Mirage adapter | ||
([#3](https://github.com/anmonteiro/httpaf/pull/3)) | ||
- Add an `esy.json` file ([#6](https://github.com/anmonteiro/httpaf/pull/6)) | ||
- httpaf: Catch parsing errors and hand them to `error_handler` in | ||
`Server_connection` ([#4](https://github.com/anmonteiro/httpaf/pull/4)) | ||
|
||
httpaf (upstream) 0.6.0 | ||
-------------- | ||
|
||
- Initial fork point | ||
[025f5bc](https://github.com/anmonteiro/httpaf/commit/025f5bc94a48a7aa1c2dee4fd6e5667c0268d2a7) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters