lsquic
Version, currently 0.1.514 versions
- 2.23.1latestFeb 18, 2021
- 2.18.1not indexedJul 2, 2022
- 2.18.1-2not indexedJul 2, 2022
- 2.18.1-1not indexedJul 2, 2022
- 0.1.9not indexedJul 2, 2022
- 0.1.8not indexedJul 2, 2022
- 0.1.7not indexedJul 2, 2022
- 0.1.6not indexedJul 2, 2022
- 0.1.5not indexedJul 2, 2022
- 0.1.4not indexedJul 2, 2022
- 0.1.3not indexedJul 2, 2022
- 0.1.2not indexedJul 2, 2022
- 0.1.1not indexedJul 2, 2022
- 0.1.0not indexedJul 2, 2022
github.com/iv-org/lsquic.cr
Crystal bindings to LiteSpeed QUIC
25 stars
0 dependents
License: MIT
Nothing has been indexed for 0.1.5 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
lsquic:
github: iv-org/lsquic.cr
version: ~> 0.1.5Then run:
shards installshard.yml
No shard.yml has been indexed for 0.1.5. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
# lsquic
Crystal bindings to the excellent [LSQUIC](https://github.com/litespeedtech/lsquic) library.
Releases track lsquic's versioning starting with `v2.18.1`.
`liblsquic.a` is licensed under `LICENSE.lsquic` and `LICENSE.chrome`.
Lsquic uses [boringssl](https://github.com/google/boringssl), which is licensed under `LICENSE.boringssl`.
This library is available under the MIT license.
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
lsquic:
github: iv-org/lsquic.cr
```
2. Run `shards install`
## Usage
```crystal
require "lsquic"
client = QUIC::Client.new("www.youtube.com")
client.get("/") # => #<HTTP::Client::Response>
client.get("/", headers: HTTP::Headers{
"cookie" => "Some value",
# ...
}) # => #<HTTP::Client::Response>
```
## Contributing
1. Fork it (<https://github.com/iv-org/lsquic.cr/fork>)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [Omar Roth](https://github.com/omarroth) - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.5- Tagged
- Jul 2, 2022
- Commit
31ad3664a5ec- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/iv-org/lsquic.cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 12, 2026
- Synced
- Aug 12, 2026
- Versions
- 14