Module grammarly::request[][src]

The request structures. The grammarly request.

Structs

ApiKey

Grammarly's api key strong type.

HttpRequest

The http request object. Used to pack grammarly request so that it can be used to send requests from other request crates (reqwest/hyper/etc). The main use case is when the library is built without the client feature, so you still can perform requests using your own implementation.

Request

The request object. Used to send data to the service.

RequestData

The request data. Used to send data to the service.

Enums

EnglishLanguageVariation

Represents an English language variation.

Language

Represents the language to be passed to the service.

Constants

GRAMMARLY_CHECK_URL

The URL to send the requests to.