skrape{it}
Search…
1.1.X
Introduction
Why it exists
overview
Setup
Who should be using it
Http Client
Overview
Fetchers
Request Options
Pre-configure client
Response
Html Parser
Parsing HTML
assertions
expect content
How to Use
Examples
GitHub Repo
Extensions
MockMvc
Ktor
Getting Started
GitHub Repo
About skrape{it}
Powered By
GitBook
Getting Started
Just add the following to your existing Spring Project:
Gradle
Maven
build.gradle.kts
1
dependencies
{
2
compile
(
"it.skrape:skrapeit-ktor-extension:1.0.0"
)
3
}
Copied!
pom.xml
1
<
dependency
>
2
<
groupId
>
it.skrape
</
groupId
>
3
<
artifactId
>
skrapeit-ktor-extension
</
artifactId
>
4
<
version
>
1.0.0
</
version
>
5
</
dependency
>
Copied!
Extensions - Previous
Ktor
Next
About skrape{it}
Last modified
1yr ago
Copy link