Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
doc/README.md
doc/
erl_crash.dump
fprofx.*
rebar3.crashdump
Expand Down
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@ High-Performance Erlang HTTP 1.1 Client

![Build Status](https://github.com/lpgauth/buoy/workflows/Erlang%20CI/badge.svg)

## Disclaimer:
## Disclaimer
This HTTP client has been designed for HTTP 1.1 with keep-alive. For performance reasons, it only implements a subset of RFC2616.

### Unsupported Features:
## Unsupported Features

- Doesn't accept an arbitrary number of new lines in headers
- Doesn't accept random capitalization of content-length header
- Doesn't protect against malicious servers

## API
<a href="http://github.com/lpgauth/buoy/blob/master/doc/buoy.md#index" class="module">Function Index</a>

## Examples

```erlang
Expand Down Expand Up @@ -56,7 +53,7 @@ ok
{<<"Content-Length">>,<<"1270">>}]}
```

### Pool Options
## Pool Options

<table width="100%">
<theader>
Expand Down
352 changes: 0 additions & 352 deletions doc/buoy.md

This file was deleted.

Loading