Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update maven central search query in README #67

Merged
merged 1 commit into from
Aug 25, 2023
Merged
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
12 changes: 6 additions & 6 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

| Module Name | Latest Version | Documentation |
|-------------| :--------------:|--------------|
| rawhttp-core | [![rawhttp-core](https://img.shields.io/maven-central/v/com.athaydes.rawhttp/rawhttp-core.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.athaydes.rawhttp%22%20AND%20a:%22rawhttp-core%22) | [RawHTTP Core](https://renatoathaydes.github.io/rawhttp/docs/index.html) |
| rawhttp-cli | [![rawhttp-cli](https://img.shields.io/maven-central/v/com.athaydes.rawhttp/rawhttp-cli.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.athaydes.rawhttp%22%20AND%20a:%22rawhttp-cli%22) | [RawHTTP CLI](https://renatoathaydes.github.io/rawhttp/rawhttp-modules/cli.html) |
| rawhttp-duplex | [![rawhttp-duplex](https://img.shields.io/maven-central/v/com.athaydes.rawhttp/rawhttp-duplex.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.athaydes.rawhttp%22%20AND%20a:%22rawhttp-duplex%22) | [RawHTTP Duplex](https://renatoathaydes.github.io/rawhttp/rawhttp-modules/duplex.html) |
| rawhttp-cookies | [![rawhttp-cookies](https://img.shields.io/maven-central/v/com.athaydes.rawhttp/rawhttp-cookies.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.athaydes.rawhttp%22%20AND%20a:%22rawhttp-cookies%22) | [RawHTTP Cookies](https://renatoathaydes.github.io/rawhttp/rawhttp-modules/cookies.html) |
| rawhttp-req-in-edit | [![rawhttp-req-in-edit](https://img.shields.io/maven-central/v/com.athaydes.rawhttp/rawhttp-req-in-edit.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.athaydes.rawhttp%22%20AND%20a:%22rawhttp-req-in-edit%22) | [RawHTTP ReqInEdit (HTTP Tests)](https://renatoathaydes.github.io/rawhttp/rawhttp-modules/req-in-edit.html) |
| rawhttp-core | [![rawhttp-core](https://img.shields.io/maven-central/v/com.athaydes.rawhttp/rawhttp-core.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:com.athaydes.rawhttp%20%20a:rawhttp-core) | [RawHTTP Core](https://renatoathaydes.github.io/rawhttp/docs/index.html) |
| rawhttp-cli | [![rawhttp-cli](https://img.shields.io/maven-central/v/com.athaydes.rawhttp/rawhttp-cli.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:com.athaydes.rawhttp%20%20a:rawhttp-cli) | [RawHTTP CLI](https://renatoathaydes.github.io/rawhttp/rawhttp-modules/cli.html) |
| rawhttp-duplex | [![rawhttp-duplex](https://img.shields.io/maven-central/v/com.athaydes.rawhttp/rawhttp-duplex.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:com.athaydes.rawhttp%20%20a:rawhttp-duplex) | [RawHTTP Duplex](https://renatoathaydes.github.io/rawhttp/rawhttp-modules/duplex.html) |
| rawhttp-cookies | [![rawhttp-cookies](https://img.shields.io/maven-central/v/com.athaydes.rawhttp/rawhttp-cookies.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:com.athaydes.rawhttp%20%20a:rawhttp-cookies) | [RawHTTP Cookies](https://renatoathaydes.github.io/rawhttp/rawhttp-modules/cookies.html) |
| rawhttp-req-in-edit | [![rawhttp-req-in-edit](https://img.shields.io/maven-central/v/com.athaydes.rawhttp/rawhttp-req-in-edit.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:com.athaydes.rawhttp%20%20a:rawhttp-req-in-edit) | [RawHTTP ReqInEdit (HTTP Tests)](https://renatoathaydes.github.io/rawhttp/rawhttp-modules/req-in-edit.html) |

[![Actions Status](https://github.com/renatoathaydes/rawhttp/workflows/Build%20And%20Test%20on%20All%20OSs/badge.svg)](https://github.com/renatoathaydes/rawhttp/actions)

[![Maven Central](https://img.shields.io/maven-central/v/com.athaydes.rawhttp/rawhttp-core.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.athaydes.rawhttp%22%20AND%20a:%22rawhttp-core%22)
[![Maven Central](https://img.shields.io/maven-central/v/com.athaydes.rawhttp/rawhttp-core.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:com.athaydes.rawhttp%20%20a:rawhttp-core)

A Java library to make it easy to deal with raw HTTP 1.1, as defined by [RFC-7230](https://tools.ietf.org/html/rfc7230),
and most of HTTP 1.0 ([RFC-1945](https://tools.ietf.org/html/rfc1945)).
Expand Down
Loading