socketry / async-http

MIT License
298 stars 45 forks source link

Allow `Endpoint.for` to accept optional path #86

Closed adam12 closed 2 years ago

adam12 commented 2 years ago

Description

The Endpoint.for method can accept an optional path, overriding the default of /.

Continuation of #85

Types of Changes

Testing

adam12 commented 2 years ago

The test failures seem unrelated to my changes.

ioquatix commented 2 years ago

I will check what's going on here with the wonky tests. Thanks for the PR.